运行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)安装此软件包。
答案 0 :(得分:0)
使用缓存的LiveWires-2.1.tar.gz
可能是缓存版本存在问题。尝试使用--no-cache-dir
标志强行重新下载。
pip install --no-cache-dir livewires