Mam problemy z instalacją wxpython
przy użyciu pip
.
Oto moja aktualna wydajność:
[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
- Zajrzałem do pliku pip.log, ale jest on całkowicie pusty.
- Próbowałem zainstalować inne pakiety przez
pip
i nie ma żadnych problemów, więc dochodzę do wniosku, żepip
sam działa.
Próbowałem również za pośrednictwem easy_install
i otrzymałem następujące:
[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
- Czy to oznacza, że coś dzieje się z
wxpython
paczką przechwyconą przezpip
ieasy_install
- Czy oprócz budowania ze źródła istnieją inne sposoby debugowania lub łatania tego typu odpowiedzi z
pip
lubeasy_install
?
Konfiguracja systemu:
- OS X 10.6
- Enthought Python Distribution Python v2.6, 64-bit
Jeśli są jakieś inne potrzebne informacje, proszę o poradę, a ja je opublikuję.