ฉันกำลังทำงานเป็นปัญหาบางอย่างการติดตั้งโดยใช้wxpython
pip
นี่คือผลลัพธ์ปัจจุบันของฉัน:
[myuserid]% sudo pip install wxpython
Downloading/unpacking wxpython
Downloading wxPython2.8-win64-devel-2.8.11.0-msvc9x64.tar.bz2 (7.2Mb): 7.2Mb downloaded
Running setup.py egg_info for package wxpython
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/myuserid/build/wxpython/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/myuserid/build/wxpython/setup.py'
----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /Users/myuserid/.pip/pip.log
- ฉันได้ดูในไฟล์ pip.log แต่มันว่างเปล่าทั้งหมด
- ฉันได้ลองติดตั้งแพ็กเกจอื่นผ่าน
pip
และไม่มีปัญหาดังนั้นฉันจึงสรุปได้ว่าpip
ตัวเองกำลังทำงาน
ฉันได้ลองผ่านทางeasy_install
และได้รับต่อไปนี้:
[myuserid]% sudo easy_install wxpython
install_dir /Library/Frameworks/EPD64.framework/Versions/6.2/lib/python2.6/site-packages/
Searching for wxpython
Reading http://pypi.python.org/simple/wxpython/
Reading http://wxPython.org/
Reading http://wxPython.org/download.php
Best match: wxPython src-2.8.11.0
Downloading http://downloads.sourceforge.net/wxpython/wxPython-src-2.8.11.0.tar.bz2
Processing wxPython-src-2.8.11.0.tar.bz2
error: Couldn't find a setup script in /tmp/easy_install-faZZOn/wxPython-src-2.8.11.0.tar.bz2
- นี่หมายความว่ามีบางอย่างเกิดขึ้นกับ
wxpython
แพ็คเกจที่ถูกจับpip
และeasy_install
- นอกเหนือจากการสร้างจากแหล่งที่มามีวิธีอื่นในการแก้ปัญหาหรือแก้ไขการตอบสนองประเภทนี้จาก
pip
หรือeasy_install
ไม่
การกำหนดค่าระบบ:
- OS X 10.6
- การกระจายความคิด Python v2.6, 64 บิต
หากมีข้อมูลอื่น ๆ ที่จำเป็นโปรดแนะนำและฉันจะโพสต์มัน