Ho un programma Python che utilizza YAML. Ho tentato di installarlo su un nuovo server utilizzando pip install yaml
e restituisce quanto segue:
$ sudo pip install yaml
Downloading/unpacking yaml
Could not find any downloads that satisfy the requirement yaml
No distributions at all found for yaml
Storing complete log in /home/pa/.pip/pip.log
Come installo il pacchetto yaml per Python? Sto eseguendo Python 2.7. (Sistema operativo: Debian Wheezy)