Unable to install flask-ask

2020-05-03 04:55发布

I am trying to install flask-ask using pip(3). Getting the following error

from pip.req import parse_requirements ImportError: cannot import name 'parse_requirements'

I cloned the source code to my machine and tried 'python setup.py install' but getting the same error. Seems there's some compatibility issue with pip but not able to put my finger on it

Any pointers - kindly help

标签: flask-ask
1条回答
神经病院院长
2楼-- · 2020-05-03 05:48

I tried to install flask-ask on my machine using pip 10.0.0 and I got the same errors as yours. This is what I did to overcome the problem, just downgrade your pip version to 9.0.3 and you'll get the module without an error.

查看更多
登录 后发表回答