【发布时间】:2021-12-06 12:45:33
【问题描述】:
我使用了命令 pip install opencv-python。我在下载时遇到错误。This is the error I am getting and there is more lines of code
This is the final error I got when the command stopped working
【问题讨论】:
-
您好,请提供更多错误照片,尤其是在错误消息底部附近,通常是重要的地方。
-
还要检查您的点子是否也是最新的。
-
显然,您的虚拟环境使用的是最近发布的 Python 版本,即 3.10,它似乎与
numpy 1.19.3不兼容。 -
你安装了多个python版本吗?还要确保您已正确设置环境变量。同时下载与你系统中最新的python版本相同的OpenCV版本。
-
我已经添加了图片@dsillman2000