0
我在寫一個需要pygame的項目。Python循環本地模塊
我已經按照pygame wiki的說明在python中安裝了pygame。
pip install hg+http://bitbucket.org/pygame/pygame
我想添加pygame到我創建的wheel目錄。我試圖用我已經嘗試添加在--no-index
,--find-links=https://bitbucket.org/pygame/pygame
,--allow-unverified pygame
,--allow-external pygame
選項命令
pip wheel --wheel-dir=wheels/linux64 pygame
做到這一點。
輸出總是沿着找不到滿足pygame要求的包的東西。
Downloading/unpacking pygame
Could not find any downloads that satisfy the requirement pygame
Some externally hosted files were ignored (use --allow-external pygame to allow).
Cleaning up...
No distributions at all found for pygame
Storing debug log for failure in /home/eric/.pip/pip.log
我該如何輪播本地版本的pygame並將其添加到我的wheel目錄中?