• 周二. 3月 28th, 2023

5G编程聚合网

5G时代下一个聚合的编程学习网

热门标签

Could not find a version that satisfies the requirement yaml , no matching distribution found for yaml

admin

11月 28, 2021

python 3 pip install yaml时候,总是提示没找到yaml的版本

具体提示如下:

ERROR: Could not find a version that satisfies the requirement yaml (from versio
ns: none)
ERROR: No matching distribution found for yaml

然后百度了下,说是可以用pip3 install 尝试,还是不行

又有说Python3.6不支持,我的是3.8版本Python,还是想用yaml

最后问了其他伙伴,给的建议 pip install pyyaml 尝试成功了

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注