JavaShuo
栏目
标签
安装pyquery失败、Could not find a version that satisfies the requirement
时间 2021-07-12
原文
原文链接
pip install pyquery提示版本不匹配 解决方案: 由于用的是anaconda自带的python(3.7)版本。 查了Google baidu说lxml库可能没安装对,所以uninstall了 lxml库又重新安装了新的, 发现pip install pyquery 还是不匹配版本。 最后找到了pypi库里的介绍文档,发现了问题所在——眼瞎。 这里面写着只支持到3.6版本,所以只能把
>>阅读原文<<
相关文章
1.
Could not find a version that satisfies the requirement tkinter
2.
Could not find a version that satisfies the requirement XXX
3.
Could not find a version that satisfies the requirement PIL
4.
安装autokeras失败: Could not find a version that satisfies the requirement torch==0.4.0 (from autokeras)
5.
Python之pip安装失败----Could not find a version that satisfies the requirement unittest (from versions: )
6.
Python之pip安装失败----Could not find a version that satisfies the requirement xxxx(from versions: )
7.
Tensorflow安装问题: Could not find a version that satisfies the requirement tensorflow
8.
matplotlib安装报错ERROR: Could not find a version that satisfies the requirement matplotlib
9.
Could not find a version that satisfies the requirement PIL (from versions: )
10.
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERRO
更多相关文章...
•
Windows Docker 安装
-
Docker教程
•
Docker 安装 Tomcat
-
Docker教程
•
Composer 安装与使用
•
IntelliJ IDEA安装代码格式化插件
相关标签/搜索
version
satisfies
requirement
失败
pyquery
安装
彻底失败
失败案例
失败者
Hibernate教程
Redis教程
Spring教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
网络层协议以及Ping
2.
ping检测
3.
为开发者总结了Android ADB 的常用十种命令
4.
3·15 CDN维权——看懂第三方性能测试指标
5.
基于 Dawn 进行多工程管理
6.
缺陷的分类
7.
阿里P8内部绝密分享:运维真经K8S+Docker指南”,越啃越香啊,宝贝
8.
本地iis部署mvc项目,问题与总结
9.
InterService+粘性服务+音乐播放器
10.
把tomcat服务器配置为windows服务的方法
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Could not find a version that satisfies the requirement tkinter
2.
Could not find a version that satisfies the requirement XXX
3.
Could not find a version that satisfies the requirement PIL
4.
安装autokeras失败: Could not find a version that satisfies the requirement torch==0.4.0 (from autokeras)
5.
Python之pip安装失败----Could not find a version that satisfies the requirement unittest (from versions: )
6.
Python之pip安装失败----Could not find a version that satisfies the requirement xxxx(from versions: )
7.
Tensorflow安装问题: Could not find a version that satisfies the requirement tensorflow
8.
matplotlib安装报错ERROR: Could not find a version that satisfies the requirement matplotlib
9.
Could not find a version that satisfies the requirement PIL (from versions: )
10.
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERRO
>>更多相关文章<<