ValueError “Expected version spec” when installing local wheel via pip

早过忘川 提交于 2019-12-03 22:12:07

I was using a very out-of-date version of PIP.

$ pip -V
pip 1.3.1 from C:\Python27\lib\site-packages (python 2.7)

I upgraded to pip 6.0.8 and all is well.

Using the Ubuntu 14.04 AMI on AWS, I found I had to upgrade setuptools:

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