Collecting opencv-python Downloading opencv_python-4.7.0.72-cp37-abi3-win_amd64.whl (38.2 MB)
时间: 2024-01-16 09:05:16 浏览: 170
opencv_python-4.10.0.84-cp37-abi3.manylinux2014_x86_64.whl
5星 · 资源好评率100%
It looks like you are trying to install OpenCV-Python library in Python 3.7 on a Windows machine. The version you are downloading is 4.7.0.72 which is the latest stable version of the library.
You can use the following command to install the library:
```
pip install opencv-python
```
This will download and install the library along with its dependencies. Make sure that you have the latest version of pip installed on your system before running this command.
阅读全文