Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install opencv-python-inference-engine via python pip




opencv-python-inference-engine - Wrapper package for OpenCV with Inference Engine python bindings, it belongs to Classifiers:

- Intended Audience :: Education
- Intended Audience :: Information Technology
- Operating System :: POSIX :: Linux
- Programming Language :: C
- Programming Language :: C++
- Topic :: Scientific/Engineering :: Image Recognition

When you know about this project and you want to new install opencv-python-inference-engine to support your project or you get trouble as ModuleNotFoundError: No module named "opencv-python-inference-engine" or ImportError: cannot import name "opencv-python-inference-engine" in your project, let follow this tutorial to install opencv-python-inference-engine



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_opencv-python-inference-engine_env

- Active the virtual environment

test_opencv-python-inference-engine_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_opencv-python-inference-engine_env

- Active the virtual environment

source test_opencv-python-inference-engine_env/bin/active


Step 2: OK, now, let flow below content to start the installation opencv-python-inference-engine

To install opencv-python-inference-engine on Windows(CMD):

py -m pip install opencv-python-inference-engine

To install opencv-python-inference-engine on Unix/macOs:

pip install opencv-python-inference-engine


Step 3: If you want to install a specific opencv-python-inference-engine version, add ==<opencv-python-inference-engine version> to the end command line

Example:

pip install opencv-python-inference-engine==4.0.1.2


Please see the version list below table:

VersionReleased dateCommand
opencv-python-inference-engine 2022.1.52022-01-04T22:50:27Windows:

py -m pip install opencv-python-inference-engine==2022.1.5

Unix/macOs:

pip install opencv-python-inference-engine==2022.1.5

opencv-python-inference-engine 2021.11.272021-11-27T12:36:06Windows:

py -m pip install opencv-python-inference-engine==2021.11.27

Unix/macOs:

pip install opencv-python-inference-engine==2021.11.27

opencv-python-inference-engine 2021.10.102021-10-10T11:05:02Windows:

py -m pip install opencv-python-inference-engine==2021.10.10

Unix/macOs:

pip install opencv-python-inference-engine==2021.10.10

opencv-python-inference-engine 2021.9.102021-09-10T13:53:28Windows:

py -m pip install opencv-python-inference-engine==2021.9.10

Unix/macOs:

pip install opencv-python-inference-engine==2021.9.10

opencv-python-inference-engine 2021.7.102021-07-10T19:11:53Windows:

py -m pip install opencv-python-inference-engine==2021.7.10

Unix/macOs:

pip install opencv-python-inference-engine==2021.7.10

opencv-python-inference-engine 2021.4.132021-04-13T16:40:56Windows:

py -m pip install opencv-python-inference-engine==2021.4.13

Unix/macOs:

pip install opencv-python-inference-engine==2021.4.13

opencv-python-inference-engine 2021.3.32021-03-03T11:41:43Windows:

py -m pip install opencv-python-inference-engine==2021.3.3

Unix/macOs:

pip install opencv-python-inference-engine==2021.3.3

opencv-python-inference-engine 4.5.0.12020-10-21T08:43:17Windows:

py -m pip install opencv-python-inference-engine==4.5.0.1

Unix/macOs:

pip install opencv-python-inference-engine==4.5.0.1

opencv-python-inference-engine 4.5.0.02020-10-12T19:21:38Windows:

py -m pip install opencv-python-inference-engine==4.5.0.0

Unix/macOs:

pip install opencv-python-inference-engine==4.5.0.0

opencv-python-inference-engine 4.4.0.02020-07-22T11:48:35Windows:

py -m pip install opencv-python-inference-engine==4.4.0.0

Unix/macOs:

pip install opencv-python-inference-engine==4.4.0.0

opencv-python-inference-engine 4.3.0.22020-06-22T16:38:09Windows:

py -m pip install opencv-python-inference-engine==4.3.0.2

Unix/macOs:

pip install opencv-python-inference-engine==4.3.0.2

opencv-python-inference-engine 4.3.0.12020-04-25T19:51:50Windows:

py -m pip install opencv-python-inference-engine==4.3.0.1

Unix/macOs:

pip install opencv-python-inference-engine==4.3.0.1

opencv-python-inference-engine 4.2.0.42020-03-24T11:25:56Windows:

py -m pip install opencv-python-inference-engine==4.2.0.4

Unix/macOs:

pip install opencv-python-inference-engine==4.2.0.4

opencv-python-inference-engine 4.2.0.32020-03-05T10:50:43Windows:

py -m pip install opencv-python-inference-engine==4.2.0.3

Unix/macOs:

pip install opencv-python-inference-engine==4.2.0.3

opencv-python-inference-engine 4.2.0.22020-02-17T18:58:40Windows:

py -m pip install opencv-python-inference-engine==4.2.0.2

Unix/macOs:

pip install opencv-python-inference-engine==4.2.0.2

opencv-python-inference-engine 4.1.2.12019-10-21T12:30:13Windows:

py -m pip install opencv-python-inference-engine==4.1.2.1

Unix/macOs:

pip install opencv-python-inference-engine==4.1.2.1

opencv-python-inference-engine 4.1.1.12019-09-17T10:49:45Windows:

py -m pip install opencv-python-inference-engine==4.1.1.1

Unix/macOs:

pip install opencv-python-inference-engine==4.1.1.1

opencv-python-inference-engine 4.1.0.32019-06-07T12:49:08Windows:

py -m pip install opencv-python-inference-engine==4.1.0.3

Unix/macOs:

pip install opencv-python-inference-engine==4.1.0.3

opencv-python-inference-engine 4.1.0.22019-04-29T16:51:45Windows:

py -m pip install opencv-python-inference-engine==4.1.0.2

Unix/macOs:

pip install opencv-python-inference-engine==4.1.0.2

opencv-python-inference-engine 4.0.1.32019-03-11T18:07:48Windows:

py -m pip install opencv-python-inference-engine==4.0.1.3

Unix/macOs:

pip install opencv-python-inference-engine==4.0.1.3

opencv-python-inference-engine 4.0.1.22019-03-11T17:18:59Windows:

py -m pip install opencv-python-inference-engine==4.0.1.2

Unix/macOs:

pip install opencv-python-inference-engine==4.0.1.2


Step 4: Otherwise, you can install opencv-python-inference-engine from local archives:

Download the distribution file from opencv_python_inference_engine-2022.1.5-py3-none-manylinux1_x86_64.whl or the specific opencv-python-inference-engine version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_opencv-python-inference-engine_downloaded_file>

On Unix/macOs:

pip install <path_to_opencv-python-inference-engine_downloaded_file>


List distribution:

- opencv_python_inference_engine-4.0.1.2-py3-none-any.whl
- opencv_python_inference_engine-4.0.1.3-cp36-cp36m-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.1.0.2-cp36-cp36m-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.1.0.3-cp36-cp36m-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.1.1.1-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.1.2.1-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.2.0.2-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.2.0.3-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.2.0.4-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.3.0.1-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.3.0.2-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.4.0.0-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.5.0.0-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-4.5.0.1-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-2021.3.3-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-2021.4.13-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-2021.7.10-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-2021.9.10-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-2021.10.10-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-2021.11.27-py3-none-manylinux1_x86_64.whl
- opencv_python_inference_engine-2022.1.5-py3-none-manylinux1_x86_64.whl


Project link:

- Homepage