Enter in the terminal, Windows and Linux are common, remember to modify pip to the domestic sourcelink
pip install opencv_contrib-python # This is to install the latest version
Specified version
pip install opencv_contrib-python == 4.1.1.26 # I specified to install opencv4.1.1 version
All version numbers:
3.2.0.7, 3.2.0.8, 3.3.0.9, 3.3.0.10, 3.3.1.11, 3.4.0.12, 3.4.0.14, 3.4.1.15, 3.4.2.16, 3.4.2.17, 3.4.3.18, 3.4.4.19, 3.4.5.20, 3.4.6.27, 3.4.7.28, 4.0.0.21, 4.0.1.23, 4.0.1.24, 4.1.0.25, 4.1.1.26
Date: 2019-09-16
I use python3.6, so instructions are pip3 In the case of good network: direct pip3 install opencv-python When the network is not good, via this URL Link: https://mirrrs.tuna.tsingHua.edu.cn/pypi/web/s...
Let's talk about the environment first. I created a virtual environment of Python2.7. When PIP Install Opencv-Python was directly PIP Install Opencv-Python, the screen was full of red, as shown below:...
Use pip to install opencv-python exception in pycharm After pip install opencv-python in the virtual environment, I actually downloaded various versions of opencv... I can't stop. After the network is...
Write a custom directory title here pip install opencv-python Prerequisites for using commands Order Problems arise Problem solving pip install opencv-python Because the downloaded project requires op...
I may be a special case. Python installation uses all the default paths, but when configuring opencv-python, the cmd on the computer "start" cannot be found and cannot run pip install opencv...
1. DownloadpipinstallationPackage, address: https://pypi.python.org/pypi/pip#downloads Pay attention to select the tar.gz package, the latest version is: 2. Decompress the installation package ...
Using pip to install Opencv should be the fastest and easiest way to install If the pip original source download is slow, you can consider using a domestic source: The first thing that needs to be exp...
PIP Install OpenCV Use PIP to easily quickly install various versions of OpenCV installation method OpenCV all versions 3.2.0.7 3.2.0.8 3.3.0.9 3.3.0.10 3.3.1.11 3.4.0.12 3.4.0.14 3.4.1.15 3.4.2.16 3....
Article Directory The problem the solution The problem In Windows10 system, enter in cmd (or in pycharm's Terminal)pip install opencv-pythonThe following error will appear the solution When using pip,...
First import the opencv package Command line input pip --version to see if pip is installed (if not, go to the official website to download a pip and unzip it, then cmd to open the command input If yo...