Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit pandas to <2.2.0 because it requires sqlalchemy 2 #497

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

gtopper
Copy link
Collaborator

@gtopper gtopper commented Jan 21, 2024

Fixes this error

>       cur = self.con.cursor()
E       AttributeError: 'Connection' object has no attribute 'cursor'

which is caused by pandas refusing to import sqlalchemy because it's below 2.0.0.

pandas-dev/pandas@b57080b#diff-ccd2950d6f16d881f395b22ef38c981ed269b2b1609dd26a9d6e9daf0f78e104R55

Fixes this error
```
>       cur = self.con.cursor()
E       AttributeError: 'Connection' object has no attribute 'cursor'
```
which is caused by pandas refusing to import sqlalchemy because it's below 2.0.0.
@gtopper gtopper merged commit 28344e0 into mlrun:development Jan 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants