一、当出现这个错误的时候一顿百度。 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 ...