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

flask-sqlalchemy incompatible version - with solution - #32

Closed
bipbopbup opened this issue Feb 8, 2023 · 1 comment
Closed

flask-sqlalchemy incompatible version - with solution - #32

bipbopbup opened this issue Feb 8, 2023 · 1 comment

Comments

@bipbopbup
Copy link

Linux version: Ubuntu 22.04.1
Summary: flask-sqlalchemy version when installing requirements.txt is incompatible and raises error shown below:

AttributeError: module 'sqlalchemy' has no attribute 'all'. Did you mean: 'file'?

Following updated requirements.txt solves this error:

connexion~=2.7.0
flask~=2.2
flask-sqlalchemy>=3.0.2
jsonschema~=3.2.0
sqlalchemy
swagger-ui-bundle
PyJWT~=1.7.1
markupsafe==2.1.1

@erev0s
Copy link
Owner

erev0s commented Feb 8, 2023

thank you @bipbopbup
I updated the requirements all together

@erev0s erev0s closed this as completed Feb 8, 2023
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

No branches or pull requests

2 participants