pip install yaml报错ERROR:Could not find a version that satisfies the requirement yaml
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip install yaml报错ERROR:Could not find a version that satisfies the requirement yaml相关的知识,希望对你有一定的参考价值。
参考技术A 今日在pycharm中安装yaml文件进行报错,pip install yaml报错ERROR:Could not find a version that satisfies the requirement yaml
ERROR:No matching distribution found for yaml
可用下面方法进行解决:
pip install pyyaml
pip3.7 install报错bad interpreter: No such file or directory
参考技术A 执行 pip3.7 install uwsgi出现如下报错查看pip3.7所在路径
查看此命令的引用,做了/usr/local/python3.7/bin/pip3.7路径软连接
vim 查看此脚本,发现此脚本引用了/usr/local/python3.7.0/bin/python3.7路径
ls /usr/local/python3.7.0/bin/python* 查看,发现此路径下没有python3.7.0文件夹
所以此问题出现的原因为python版本中间编译过多次,python3.7.0脚本被修改了名称,解决方法如下
将执行文件路径修改为python3.7
再次执行命令,问题解决
微信公众号关注“运维之美”
以上是关于pip install yaml报错ERROR:Could not find a version that satisfies the requirement yaml的主要内容,如果未能解决你的问题,请参考以下文章
pip install -U selenium 报错为啥呢?