小编Jij*_*iji的帖子

OpenCV 未通过 pip install opencv 或 pip install cv2 安装

我尝试使用 pip install opencv 安装 OpenCV,但出现以下错误:

ERROR: Could not find a version that satisfies the requirement opencv
ERROR: No matching distribution found for opencv
WARNING: You are using pip version 21.0.1; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\users\ozark\appdata\local\programs\python\python38- 
32\python.exe -m pip install --upgrade pip' command.
Run Code Online (Sandbox Code Playgroud)

然后我尝试使用 pip install cv2,但再次出现错误:

ERROR: Could not find a version that satisfies the requirement cv2
ERROR: No matching distribution found for cv2
WARNING: You are using pip version 21.0.1; however, …
Run Code Online (Sandbox Code Playgroud)

python opencv

0
推荐指数
1
解决办法
4164
查看次数

标签 统计

opencv ×1

python ×1