J'ai un programme Python qui utilise YAML. J'ai essayé de l'installer sur un nouveau serveur à l'aide de pip install yaml
et il retourne ce qui suit :
$ 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
Comment installer le paquet yaml pour Python ? J'utilise Python 2.7 (système d'exploitation : Debian Wheezy).
0 votes
Ajoutez des informations sur la plate-forme que vous utilisez. libyaml. pyyaml.org/wiki/LibYAML n'est pas un paquet python pur, il peut entraîner une installation différente.