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.
部署Hadoop(3.3.0)僞分佈式集羣
2.
從0開始搭建hadoop僞分佈式集羣(三:Zookeeper)
3.
centos7 vmware 搭建集羣
4.
jsp的page指令
5.
Sql Server 2008R2 安裝教程
6.
python:模塊導入import問題總結
7.
Java控制修飾符,子類與父類,組合重載覆蓋等問題
8.
(實測)Discuz修改論壇最後發表的帖子的鏈接爲靜態地址
9.
java參數傳遞時,究竟傳遞的是什麼
10.
Linux---文件查看(4)
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
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
>>更多相關文章<<