Revolution1 / Flask-WhooshAlchemyPlus

Whoosh indexing capabilities for Flask-SQLAlchemy, Flask-WhooshAlchemy plus some improvement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FYI: install_requires error. Fix is upgrade setuptools

initiate6 opened this issue · comments

commented

Full error:

error in Flask-WhooshAlchemyPlus setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers

To resolve:

pip install --upgrade setuptools

Just wanted to add a issue encase anyone ran across the same thing.

thanks~