C:\Users\coddM>pip install pil Collecting pil Could not find a version that satisfies the requirement pil (from versions: ) No matching distribution found for pil You are using pip version 7.1.2, however version 8.1.2 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
C:\Users\coddM>python -m pip install --upgrade pip Requirement already up-to-date: pip in c:\python35\lib\site-packages
1
julyclyde 2016-06-20 13:47:18 +08:00
嗯,我也遇到过一次
再执行一遍就好了 怀疑是 pyc 文件没更新 |
2
winecat 2017-01-24 14:37:56 +08:00 1
把 ~/.pip/pip.conf 配置文件删除就可以了
|