机器上装了两个python,一个是默认的,一个是anaconda。安装opencv时就报错了: -- Found PythonInterp: /home/deeplp/anaconda2/bin/python2 (found suitable version "2.7.12", minimum required is "2.0") -- Could NOT find PythonLibs: Found unsuitable version "2.7.6", but required is exact version ...
1.1、换清华源——没用 1.2、换了旧一点的python3.10.2和3.11.0,并且在虚拟环境下也试过了——没用 1.3、按照pytorch官网提示走,安装python3.9成功!!! 1.4、用anaconda环境试试? ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution ...
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2 在python中安装cv2库是提示不能找到满足需要的版本,我的环境配置是:pycharm+anaconda3,对应的python版本是python3.7, 首先打开终端,直接输入如下命令安装时发现也会提示出错...
查看官方文档或社区支持:访问’pytest-assume’的官方文档或相关社区论坛,看看是否有其他人遇到过类似问题,或者是否有新的解决方案。 考虑使用其他工具:除了pip之外,还有一些其他的Python包管理工具,如conda(常用于Anaconda发行版)或vcpkg(常用于C++项目)。如果你遇到持续的问题,可以考虑使用这些工具来安装和管理你的Python...
python version : 3.8.8.final.0 virtual packages : __win=0=0 __archspec=1=x86_64 base environment : C:\Users\Jerry\anaconda3 (writable) conda av data dir : C:\Users\Jerry\anaconda3\etc\conda conda av metadata url : https://repo.anaconda.com/pkgs/main ...
解决Python 包管理器换源问题:ERROR: Could not find a version that satisfies the requirement 在使用 Python 包管理器 pip 安装包的过程中,有时我们可能会遇到 “ERROR: Could not find a version that satisfies the requirement” 这样的错误提示。这种问题通常与网络连接或国内访问国外源的限制有关。在本文中...
、Tensorflow前期准备1、检查Anaconda是否成功安装:conda–version2、.检测目前安装了哪些环境:condainfo –envs3、检查哪些...3->AnacondaNavigator2)打开AnacondaNavigator,选择tensorflow,点击spyder下面的“install”。3)安装 cmd中Anaconda3中运行python出现未激活 ...
Could not find a version that satisfies the requirement opencv-py更改已经创建好anaconda环境的python版本 今天创建了一个3.8的环境准备安装opencv-python==3.4.2.17 结果报错。 最后才知道opencv-python-3.4.2.17最高只支持python3.7,因此3.8及以后版本的python的使用者,使用pip安装这个版本的opencv可能都会报错,只要...
2 Error:Could not find a version that satisfies the requirement open3d 问题应该是Python版本太新 准备工作 1. 下载安装Anaconda:这个我之前跟着b站视频安装好了 2.下载安装Visual Studio:我装的2022,这是免费的community版本。因为需要30g左右的c盘空间。我还改了电脑设置。缓存文件与安装文件不能放一起!这里还...
已解决:ERROR: Could not find a version that satisfies the requirement re(from versions: none) 一、分析问题背景 在Python开发过程中,使用pip安装第三方库是非常常见的操作。然而,有时在尝试安装某个包时,可能会遇到“ERROR: Could not find a version that satisfies the requirement re (from versions: non...