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 version requirements 1.0 #38

Closed
fieldse opened this issue Jun 2, 2015 · 2 comments
Closed

Flask-SQLAlchemy version requirements 1.0 #38

fieldse opened this issue Jun 2, 2015 · 2 comments
Labels

Comments

@fieldse
Copy link

fieldse commented Jun 2, 2015

Hi.
Installing from pip3, with currently installed version of Flask-SQLAlchemy at v2.0:
Installation fails with:
"No distributions matching the version for Flask-SQLAlchemy==1.0 (from Flask-WhooshAlchemy==0.6)"

Do we have to downgrade from Flask-SQLAlchemy 2.0 to v 1.0?

output from: pip3 show Flask-SQLAlchemy
Name: Flask-SQLAlchemy
Version: 2.0
Location: /usr/local/lib/python3.4/dist-packages
Requires: Flask, SQLAlchemy

Thanks!

@dhamaniasad
Copy link
Collaborator

Hi @fieldse,

I tried switching the package requirements from Flask-SQLAlchemy 1.0 to 2.0, and the tests run successfully.

pip freeze:
Flask==0.10.1
Flask-SQLAlchemy==2.0
Flask-Testing==0.4.2
Flask-WhooshAlchemy==0.6
Jinja2==2.7.3
MarkupSafe==0.23
SQLAlchemy==1.0.5
Werkzeug==0.10.4
Whoosh==2.6.0
blinker==1.3
itsdangerous==0.24
wsgiref==0.1.2

A quick look at the changelog between Flask-SQLAlchemy 1.0 and 2.0 tells me there are no breaking changes that would affect Flask-WhooshAlchemy, so Flask-SQLAlchemy 2.0 should work just fine.

@fieldse
Copy link
Author

fieldse commented Jun 19, 2015

Thanks dude!

On Wed, Jun 10, 2015 at 7:26 PM, Asad Dhamani notifications@github.com
wrote:

Hi @fieldse https://github.com/fieldse,

I tried switching the package requirements from Flask-SQLAlchemy 1.0 to
2.0, and the tests run successfully.

pip freeze:
Flask==0.10.1
Flask-SQLAlchemy==2.0
Flask-Testing==0.4.2
Flask-WhooshAlchemy==0.6
Jinja2==2.7.3
MarkupSafe==0.23
SQLAlchemy==1.0.5
Werkzeug==0.10.4
Whoosh==2.6.0
blinker==1.3
itsdangerous==0.24
wsgiref==0.1.2

A quick look at the changelog between Flask-SQLAlchemy 1.0 and 2.0 tells
me there are no breaking changes that would affect Flask-WhooshAlchemy, so
Flask-SQLAlchemy 2.0 should work just fine.


Reply to this email directly or view it on GitHub
#38 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants