Me encuentro con algunos problemas al instalar wxpython
usando pip
.
Aquí está mi salida actual:
[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
- He echado un vistazo en el archivo pip.log pero está totalmente vacío.
- He intentado instalar otros paquetes a través de
pip
y no hay problemas, así que estoy concluyendo quepip
sí está funcionando.
También intenté vía easy_install
y obtuve lo siguiente:
[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
- ¿Significa esto que hay algo que sucede con el
wxpython
paquete al que agarranpip
yeasy_install
- Además de construir desde la fuente, ¿hay alguna otra forma de depurar o parchear este tipo de respuesta desde
pip
oeasy_install
?
Configuración del sistema:
- OS X 10.6
- Enthought Python Distribution Python v2.6, 64 bits
Si necesita alguna otra información, por favor avise y la publicaré.