Как установить пакет yaml для Python?Python

Программы на Python
Гость
Как установить пакет yaml для Python?

Сообщение Гость »

У меня есть программа на Python, использующая YAML. Я попытался установить его на новый сервер с помощью pip install yaml, и он вернул следующее:

Код: Выделить всё

$ 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
Как установить пакет yaml для Python? Я использую Python 2.7. (ОС: Debian Wheezy)

Подробнее здесь: https://stackoverflow.com/questions/142 ... for-python

Вернуться в «Python»