Qengineering / Install-OpenCV-Jetson-Nano

OpenCV installation script with CUDA and cuDNN support
https://qengineering.eu/install-opencv-on-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
137 stars 47 forks source link

why I build opencv in virtualenv it always build for python2 #4

Closed nghiahm closed 1 year ago

Qengineering commented 2 years ago

Your virtual environment is linked to a python version, which is given during the setup of the environment. In your case python2. If you want to use python3 besides python2, please google for hints and tips. For instance this link on stackoverflow.