GNU/Linux >> Tutoriels Linux >  >> Ubuntu

Impossible d'utiliser la commande "pip Install Scp" dans Ubuntu 12.04 ?

Je suis nouveau dans le monde ubuntu/linux.

Lorsque j'essaie d'exécuter mon script python, j'obtiens l'erreur suivante :
[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

J'ai donc essayé de lancer la commande suivante :

[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

Comment installer scp sur Ubuntu 12.04 ?

Réponse acceptée :

C'est juste le nom - ça s'appelle "scp", pas "python-scp":

Utilisez pip install scp


Ubuntu
  1. Installer et utiliser Busybox sur Ubuntu 20.04 LTS - Guide étape par étape ?

  2. Installer et utiliser la commande Curl sur Ubuntu 20.04 - Processus étape par étape pour l'implémenter ?

  3. Impossible d'installer Thesql 5.7 sur Ubuntu 20.04 ?

  4. Impossible d'installer Mariadb sur Ubuntu 20.04 ?

  5. Comment utiliser ssh-keyscan sur Ubuntu

Installer et utiliser Vagrant dans Ubuntu 20.04

Installer et utiliser Guake - Un émulateur de terminal déroulant pour Ubuntu

Comment installer et utiliser R sur Ubuntu

Comment installer et utiliser la commande Exa sur Ubuntu 20.04

Utilisez la commande Snap pour installer Plex Server sur Ubuntu 20.04

Comment installer Jenkins sur Ubuntu 22.04