Revolution1 / Flask-WhooshAlchemyPlus

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.7.4 Installation problem

fschimandl opened this issue · comments

Hey there ...

When trying to install the 0.7.5 release (python 3.5, windows) i always get the following error message:

Collecting flask_whooshalchemyplus==0.7.5
  Using cached Flask-WhooshAlchemyPlus_V0.7.5.tar.gz
    Complete output from command python setup.py egg_info:
    error in Flask-WhooshAlchemyPlus setup command: 'install_requires' must be a string or list of strings containing valid project/version requiremen
t specifiers; Expected version spec in blinker (>=1.3) at  (>=1.3)

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in ...

This wasn't the case for older releases.

Thx a lot for help!

BR,
Flo

Installing setuptools via pip install -vU setuptools helped.