是否有一個pip安裝py2exe 64位是64位python 2.7? 32位py2exe不適用於我,但當我嘗試安裝64位版本時,我仍然收到異常。我下載的Python 2.7的64位py2exe從這個網站:http://www.lfd.uci.edu/~gohlke/pythonlibs/#py2exe但不能安裝它py2exe 64位python 2.7安裝
的錯誤,我使用python -m PIP安裝py2exe越來越:
Runtime Error: This package requires Python 3.3 or later
Command "python setup.py egg_info" failed with error code 1
注意:以下爲32位的作品,但我需要的64位
pip install http://sourceforge.net/projects/py2exe/files/latest/download?source=files
我運行64位的Python 2.7,我試圖安裝64位py2exe
任何簡單的pip安裝它?
你會得到什麼錯誤?另外,'python -m pip安裝py2exe'是否會產生相同的錯誤? – NightShadeQueen
是的,我不斷收到「命令python setup.py egg_info失敗,錯誤代碼1即使當我嘗試你建議 –
好嗎你能編輯你的問題,包括更多的追蹤? – NightShadeQueen