Soy nuevo en el mundo de ubuntu/linux.
Al intentar ejecutar mi secuencia de comandos de python, aparece el siguiente error:
[email protected]:/home/haris/Downloads/# python install.py
Traceback (most recent call last):
File "install.py", line 35, in <module>
import scp
ImportError: No module named scp
Entonces traté de ejecutar el siguiente comando:
[email protected]:/home/haris/Downloads/ee-scale/tools/os-installer# pip install python-scp
Downloading/unpacking python-scp
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement scp
No distributions at all found for scp
Storing complete log in /root/.pip/pip.log
¿Cómo instalo scp en ubuntu 12.04?
Respuesta aceptada:
Es solo el nombre:se llama "scp", no "python-scp":
Usa pip install scp