Mam program w języku Python, który używa YAML. Próbowałem zainstalować go na nowym serwerze przy użyciu pip install yaml
i zwraca następujące informacje:
$ 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
Jak zainstalować pakiet yaml dla Pythona? Używam Python 2.7. (OS: Debian Wheezy)