Ich habe ein Python-Programm, das YAML verwendet. Ich habe versucht, es mit auf einem neuen Server zu installieren, pip install yaml
und es wird Folgendes zurückgegeben:
$ 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. (Betriebssystem: Debian Wheezy)