Ich bin neu in der Ubuntu/Linux-Welt.
Beim Versuch, mein Python-Skript auszuführen, erhalte ich die folgende Fehlermeldung:
[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
SO habe ich versucht, den folgenden Befehl auszuführen:
[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
Wie installiere ich scp auf Ubuntu 12.04?
Akzeptierte Antwort:
Es ist nur der Name – er heißt „scp“, nicht „python-scp“:
Verwenden Sie pip install scp