(python27) user@username:~$ pip install yaml
Collecting yaml
Could not find a version that satisfies the requirement yaml (from versions: )
No matching distribution found for yaml
#使用如下命令安装yaml
pip install pyyaml
博客记录了在Python 2.7环境下,使用pip安装yaml库时遇到问题。执行安装命令后,系统提示无法找到满足要求的版本,也未找到匹配的发行版。
(python27) user@username:~$ pip install yaml
Collecting yaml
Could not find a version that satisfies the requirement yaml (from versions: )
No matching distribution found for yaml
#使用如下命令安装yaml
pip install pyyaml
5087
4458
4万+
1万+
8万+
1万+

被折叠的 条评论
为什么被折叠?