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.
子类对象实例化全过程
2.
【Unity2DMobileGame_PirateBomb09】—— 设置基本敌人
3.
SSIS安装以及安装好找不到商业智能各种坑
4.
关于 win10 安装好的字体为什么不能用 WebStrom找不到自己的字体 IDE找不到自己字体 vs找不到自己字体 等问题
5.
2019版本mac电脑pr安装教程
6.
使用JacpFX和JavaFX2构建富客户端
7.
MySQL用户管理
8.
Unity区域光(Area Light) 看不见光线
9.
Java对象定位
10.
2019-9-2-用自动机的思想说明光速
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
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
>>更多相关文章<<