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パッケージをインストールするにはどうすればよいですか?Python2.7を実行しています。(OS:Debian Wheezy)