You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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)
.
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!
The text was updated successfully, but these errors were encountered: