问题
尝试pip install各种包全部提示找不到合适的版本
信息
windows10
python3.6.1
python3.6.2
pip 9.0.1
easy_install setuptools 28.8.0
报错
Could not find a version that satisfies the requirement some-packge(from versions: )
No matching distribution found for some-packge
试过pillow unroll autopygui等等一些包
尝试过的方法
卸载重装pip 卸载重装python 直接指定url 使用pycharmIDE来安装导入包 使用管理员权限的cmd
还试过
pip install some-packge --allow-external some-packge --allow-unverified some-packge
全部失败
easy_insall是成功的
pip search也能成功
目前有三个猜测
pip.ini
requirements.txt
DNS
尝试下 -。-
https://www.zhihu.com/questio...