Ich habe ein Python-Programm, das YAML verwendet. Ich habe versucht, es auf einem neuen Server zu installieren, indem ich pip install yaml
und gibt das Folgende zurück:
$ 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
Wie installiere ich das yaml-Paket für Python? Ich verwende Python 2.7. (OS: Debian Wheezy)