簡體   English   中英

pip install livewires找不到與pygame匹配的發行版

[英]pip install livewires gets no matching distribution found for pygame

運行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)

我在使用python 2.7.10的Mac中,並且也無法通過我的編輯器(Pycharm)安裝此軟件包。

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

緩存版本可能有問題。 嘗試使用--no-cache-dir標志強制進行全新下載。

pip install --no-cache-dir livewires

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM