解決pip install XX時出現Could not find a version that satisfies the requirement opencv (from versions: )
1.問題描述
在裝pip install debacl時出現瞭如下錯誤:
Could not find a version that satisfies the requirement debacl (from versions: )
No matching distribution found for debacl
試了很多次依然報錯,有的是碰牆了,需要去官網下載軟體包,手動安裝。仔細找了下,是虛擬機器網路不穩定的原因,重新連線網路就OK
2.參考連結
https://blog.csdn.net/github_35160620/article/details/52203682
相關推薦
解決pip install XX時出現Could not find a version that satisfies the requirement opencv (from versions: )
1.問題描述 在裝pip install debacl時出現瞭如下錯誤: Could not find a version that satisfies the requirement debacl (from versions: ) No matching distribution
python安裝opencv出現如下錯誤:Could not find a version that satisfies the requirement cv2 (from versions: )
如題所示在python中安裝cv2庫是提示不能找到滿足需要的版本,我的環境配置是:pycharm+anaconda3,對應的python版本是python3.6,之前想著在pycharm中直接安裝的,即開啟專案對應的直譯器設定模組,然後安裝,但是發現安裝失敗,最後轉至用命令安
Could not find a version that satisfies the requirement pymysql3 (from versions: ) No matching dist
轉載於https://blog.csdn.net/csdn_am/article/details/79924744 有時我們使用下載python 自帶的pip 安裝一些工具包時,會報如下錯誤 找不到滿意的版本,這時就是我們的pip可能需要升級了,所以使用 python -m p
Could not find a version that satisfies the requirement PIL (from versions: ) No matching distributi
1、軟體版本 首先我先安裝了 python 2.7 pip是 8.1.2 2、當我要安裝PIL時,我在cmd下面輸入:pip install PIL 錯誤提示是: Could not find a version that satisfies the requi
Could not find a version that satisfies the requirement flask pip安裝python包出錯:Could not find a version that satisfies the requirement skimage (from ver
使用命令安裝flask,出現報錯 百度找到解決方法https://www.cnblogs.com/lijinze-tsinghua/p/8666558.html 參考修改成pip install flask -i http://pypi.douban.com/simple/ --trusted-hos
用pip安裝aiohttp模塊報錯:Could not find a version that satisfies the requirement pymongo(from version:)
ould sat ati The 網絡 req ref com alt 參考:https://blog.csdn.net/dyrlovewc/article/details/53142798 用pip安裝aiohttp模塊報錯如下: 解決:多安裝幾次竟然成功了!!
Arm下使用pip install :Could not find a version that satisfies the requirement
(arch=arm64) 請使用: sudo apt-get install python-pkgname 忘了這個試過沒有: pip install pkgname-i http://pypi.douban.com/simple/ --trusted-host
解決TensorFlow安裝問題: Could not find a version that satisfies the requirement tensorflow
環境:win7 64 Python版本:3.7.0 安裝過程中提示:Could not find a version that satisfies the requirement tensorflow,很是鬱悶啊,最後度娘了一下知道了就是因為Python版本的問題啊Tensor
tensorflow安裝出現"could not find a version that satisfies the requirement tensorflow"問題
最近為了學習深度學習神經網路,也是對自己無語了,安裝tensorflow遇到了一些問題,網上直接說的cpu安裝法 pip3 install tensorflow, pip3 install --upgrade tensorflow 都是顯示could not find a version
pip3 install tensorflow :Could not find a version that satisfies the requirement tensorflow
使用pip3 install tensorflow安裝tensorflow的時候,顯示: Collecting tensorflow Could not find a version that satisfies the requirement tensorfl
Python安裝cv2庫出錯及解決:Could not find a version that satisfies the requirement cv2
原來的安裝命令是: 今天怎麼不靈了?初步判斷是原來使用3.5,現在改用了2.7(專案需要)。 嘗試執行命令: pip install cv2 Collecting cv2 Could not find a version that satisfies the
Windows下 Tensorflow安裝問題: Could not find a version that satisfies the requirement tensorflow
方式 find get rem fin .py AS exe ati Tensorflow 需要 Python 3.5/3.6 64bit 版本: 具體的安裝方式可查看:https://www.tensorflow.org/install/install_windo
Could not find a version that satisfies the requirement tensorflow-gpu (from versions: ) No matchin
新電腦 安裝了 python3.7 然後安裝 pip install tensorflow-gpu 怎麼都報上面的錯誤 原來 因為為tensorflow只支援python3.5版本的,不支援3.6的 使用conda 配置python3.5的環境! conda cre
Could not find a version that satisfies the requirement requirements.txt
1我同時安裝了python2 和 python3 2 建立虛擬環境的時候用的是Python2 3 安裝時用的pip 預設是pip3 4 使用pip2 install 安裝requirements.txt 5 如果還不成功, 再使用pip2 逐個安裝依賴包,不要使用re
安裝TensorFlow:Could not find a version that satisfies the requirement tensorflow
簡單的安裝tensorflow 這裡安裝的tensorflow的cpu版本,gpu版本可以自行搜尋安裝指南,或者參考如下指令: pip3 install tensorflow #cpu 這裡使用的python 3.6.3版本。 pip3 install tensorf
centos7.3 安裝scrapy出錯Could not find a version that satisfies the requirement Twisted>=13.1.0
1錯誤原因,通過pip install 安裝scrapy是報錯Could not find a version that satisfies the requirement Twisted>=13.1.0 (from Scrapy) (from versi
Could not find a version that satisfies.... No matching distribution found for .....
原文作者:aircraft 原文連結:https://www.cnblogs.com/DOMLX/p/10227403.html 今天在安裝mysql-python的時候報了很多的錯誤,其中一條就是這樣的。 Could not find a version
Could not find a version that satisfies.... No matching distribution found for .....
family 可能 blog 加速 發現 安裝mysql linux 匹配 後繼 原文作者:aircraft 原文鏈接:https://www.cnblogs.com/DOMLX/p/10227403.html 今天在安裝mysql-python的時候報了很多的錯誤
解決redis-cli連線時出現Could not connect to Redis at 127.0.0.1:6379: Connection refused
原因:服務端未啟動[[email protected] bin]# ./redis-server redis.conf[[email protected] bin]# redis-cli-bash: redis-cli: 未找到命令[[email
解決Eclipse進行OSGI除錯時出現Could not find bundle: org.eclipse.equinox.console的問題
故障現象 Eclipse下OSGi開發,執行測試時,程式直接報錯,堆疊資訊顯示:Could not find bundle: org.eclipse.equinox.console 解決辦法 This is because the defau