原文:ERROR: No matching distribution found for xxxx

當我們在django中pip想要下載模塊時,比如pip install celery, 會顯示如下錯誤 我可以Terminal中輸入命令:easy install pip 來安裝pip。 具體原因不太清楚,反正老管就知道輸入easy install pip之后,再輸入pip install celery,就成功了,及供參考, 各位博友可以試一下,當然,可能重新輸入一下pip命令也可以安裝成功 ea ...

2020-07-14 09:27 0 8924 推薦指數:

查看詳情

ERROR: No matching distribution found for xx

問題描述 操作環境win10,pthon以及pip版本如下 升級pip之后(變成了如上版本)嘗試pip install notebook以及pip install pillow都報如下錯誤 ERROR: Could not find a version ...

Wed Feb 23 05:38:00 CST 2022 0 1928
ERROR: No matching distribution found for mysqlclient==1.4.6

ERROR: No matching distribution found for mysqlclient==1.4.6 網上大多數的解決方法都是用 yum install libmysqlclient-dev然而我用的是Centos的操作系統,其實我們可以用另一條命令去解決yum ...

Mon Nov 15 07:19:00 CST 2021 0 201
ERROR: No matching distribution found for cv2

ImportError: No module named cv2和No matching distribution found for cv2的問題 原因 這個是由於沒有導入opencv庫導致的 解決方法 使用pip導入即可 后記 【后記】為了讓大家能夠輕松學編程 ...

Mon Jun 15 05:36:00 CST 2020 0 870
python報錯:ERROR: No matching distribution found for dns.resolver

可能有的小伙伴在安裝dns.resolver的時候會遇到這個問題; 我百度的時候別人是: 但是我這樣安裝也還是錯誤。有些時候是這個包改名了所以你沒有搜索到。那么這里給大家分享一個解決的方案 ...

Mon Sep 23 05:10:00 CST 2019 0 2711
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM