(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
您可能感兴趣的与本文相关的镜像
Python3.10
Python 是一种高级、解释型、通用的编程语言,以其简洁易读的语法而闻名,适用于广泛的应用,包括Web开发、数据分析、人工智能和自动化脚本
4796
4254
4万+
1万+

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