pip install livewires没有为pygame找到匹配的发行版

时间:2016-01-23 11:10:25

标签: python install pip livewires

运行pip install livewires时出现以下错误:

Collecting livewires
  Using cached LiveWires-2.1.tar.gz
Collecting pygame (from livewires)
  Could not find a version that satisfies the requirement pygame (from livewires) (from versions: )
No matching distribution found for pygame (from livewires)

我在Mac上使用python 2.7.10,并且无法通过我的编辑器(Pycharm)安装此软件包。

1 个答案:

答案 0 :(得分:0)

  

使用缓存的LiveWires-2.1.tar.gz

可能是缓存版本存在问题。尝试使用--no-cache-dir标志强行重新下载。

pip install --no-cache-dir livewires