Estoy tratando de instalar python-shapely con pip en Ubuntu 10.04. Tengo "Comando desconocido o no compatible 'install'", mientras que lo intentara,pip no funciona
[email protected]:~$ pip install Shapely
He intentado instalar la pipa y se puso el siguiente error:
[email protected]:~$ sudo apt-get install python-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
python-pip
0 upgraded, 1 newly installed, 0 to remove and 396 not upgraded.
Need to get 0B/49.8kB of archives.
After this operation, 270kB of additional disk space will be used.
(Reading database ... 252574 files and directories currently installed.)
Unpacking python-pip (from .../python-pip_0.3.1-1ubuntu2.1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/python-pip_0.3.1-1ubuntu2.1_all.deb (--unpack):
trying to overwrite '/usr/bin/pip', which is also in package pip 0:0.13-1
Errors were encountered while processing:
/var/cache/apt/archives/python-pip_0.3.1-1ubuntu2.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
lo agradecería cualquier comentario/solución.
Gracias!
Sí, lo hice y dice "Instalado /usr/local/lib/python2.6/dist-packages/pip-1.0.2-py2.6.huevo "pero mientras lo intenté" pip install Shapely ", sigo recibiendo" comando desconocido o no compatible 'install' ". – troublemaker
Hola. Probablemente el culpable sea Strawberry Perl. Sugeriría verificar para ver si está instalado. Si es así, podría moverlo más abajo en la ruta, es decir, "detrás" (leer de izquierda a derecha) tu entrada de Python. – CaitlinG