YAMLを使用するPythonプログラムがあります。を使用して新しいサーバーにインストールしようとすると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
Python用のyamlパッケージをインストールするにはどうすればよいですか?Python 2.7を実行しています。(OS:Debian Wheezy)