在安装的时候我们可能会遇上部分第三方库无法安装的情况下面我们来解决一下! 一、问题如下: 1、截图: 2、错误信息: Could not find a version that satisfies the requirement re (from versions: ) No matching distribution found for re 3、翻译: 找不到满足re要求的版本(来自版本: ) 找不到re的匹配分布 ...
Could not find a version that satisfies the requirement PIL (from versions: none) ERROR: No matching distribution found for PIL Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'D:\PyCode\...
# -*- coding: UTF-8 -*- import os, sys path = "/tmp" # 查看当前工作目录 retval = os.getcwd() print "当前工作目录为 %s" % retval # 修改当前工作目录 os.chdir( path ) # 查看修改后的工作目录 retval = os.getcwd() print "目录修改成功 %s" % retval 1. 2. 3. 4. 5. 6. 7....
针对你遇到的“no matching distribution found for opencv-python==3.4.1.15”问题,我们可以从以下几个方面进行排查和解决: 确认Python版本和操作系统信息: 首先,你需要确认你当前使用的Python版本和操作系统。这可以通过在命令行中运行以下命令来获取: bash python --version uname -a # Linux/macOS系统,Windows系...
ERROR: Could not find a version that satisfies the requirement elftools (from versions: none) ERROR: No matching distribution found for elftools 二、解决方案 遇到ERROR: Could not find a version that satisfies the requirement xxx 问题, 先排除是否是网络问题 , 先试试是否能安装成功 ; 在代码中 ,...
No matching distribution found for netifaces-py3 You are using pip version 8.1.2, however version 9.0.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. $ pip3 install netifaces Collecting netifaces ...
ERROR: Could not find a version that satisfies the requirement antlr_python_runtime==3.1.3 (from java2python->-r /requirements.txt (line 1)) (from versions: none) ERROR: No matching distribution found for antlr_python_runtime==3.1.3 (from java2python->-r /requirements.txt (line 1))...
Hello! My environment (python 3.7) reported a error when I installed libs in the requirement, that is 'No matching distribution found for python-apt==1.6.4'. In fact, some other libs also have this problem.
No matching distribution found for pyinstaller 解决:网络慢,可通过镜像下载: pip install pyinstaller -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 9、Pip install jpype1 报错 building '_jpype' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visua...
python下载aip报错: No matching distribution found for aip,已解决,程序员大本营,技术文章内容聚合第一站。