ImportError: No module named 'cv2'

Hi,

I have 2 versions of Pytorch 0.3.0 the other one is installed virtually 0.4.0. the project. I am trying to implement some code in Pytorch 0.4. how should I install OpenCV in a virtual environment?

What’s wrong with
pip3 install opencv-python3
?