一、當出現這個錯誤的時候一頓百度。 1.從新卸載Python,安裝3.6,還是不行 2.從新卸載pip,單獨安裝.直接下載get-pip.py文件,執行命令python g ...
原文作者:aircraft 原文鏈接:https: www.cnblogs.com DOMLX p .html 今天在安裝mysql python的時候報了很多的錯誤,其中一條就是這樣的。 Could not find a version that satisfies mysql python... 找不到滿意的版本,這時就是我們的pip可能需要升級了,所以使用 python m pip inst ...
2019-01-06 11:01 0 4359 推薦指數:
一、當出現這個錯誤的時候一頓百度。 1.從新卸載Python,安裝3.6,還是不行 2.從新卸載pip,單獨安裝.直接下載get-pip.py文件,執行命令python g ...
今天使用命令安裝 yaml : pip install yaml 報錯 : 順便記錄下 問度娘 原來是python3 需要用pyyaml 才能安裝 , 如:pip install ...
使用pip安裝pymysql出錯;Could not find a version that satisfies the requirement cryptography (from pymysql) (from versions: ) No matching distribution found ...
今天學習深度學習,python安裝tensortfows時候,報了這個錯。 辦法如下: 1.首先tensortfows是僅支持64位的python環境,所以現在控制台輸入python,看 ...
python安裝gensim 1.報錯提示 Collecting gensim Could not find a version that satisfies the requirement gensim (from versions: )No matching distribution ...
前言 我在使用pip install opencv-python 時報錯 Could not find a version that satisfies the requirement opencv (from versions: ) No matching distribution ...
python環境:python 3.8 報錯信息: WARNING: pip is configured with locations that require TLS/SSL, however ...