Unable to install flask-ask

大憨熊 提交于 2019-12-02 16:21:47

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/50147166/unable-to-install-flask-ask

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!