0
我對python比較陌生,試圖通過我的cmd安裝base64包(即system32/cmd.exe < - 不確定這是否相關)。遇到問題用pip安裝Python包
我使用python 2.7.12 64位PIP 9.0.1
我的代碼是:
pip install base64
我的錯誤是:
Could not find a version that statisfies the requirement base64 (from versions :)
No matching distribution found for base64
我能成功安裝datetime包,但在嘗試安裝pprint時收到上述錯誤。所以它與base64沒有直接關係。
很高興能夠根據要求發佈其他任何所需信息,請給我一個大概的想法,我如何追蹤解決這個問題所需的信息。
'的base64找到正確的軟件包名稱'內置於核心python發行版(https://docs.python.org/2/library/base64.html)。 'datetime'是一樣的。你不需要用pip來安裝它。 –