You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted opencv 4.1.1 to be installed on python3 but it got installed to python 2.7 how I can reinstall it to python3 or is there any command to make it use with python3.
Also there is preinstalled version of Opencv in python3 how i can remove it
The text was updated successfully, but these errors were encountered:
@MinhDung0803@mdegans I did as you said and uninstalled python2 but then i run the script and observed that it again reinstalled python2 while ongoing process.
can you create separate scripts for python3 and python2 it might help a lot.
i am trying to install cv2 with your sctipt in jetpack 4.6 i think its installing version opencv 4.4 will update you the result i.e if successful or not and to clarify i am installing on jetson xavier nx .
thanks.
...might break a lot of things on Linux for Tegra because /usr/bin/python is usually python2 and apt needs to know when a python version changes. Try instead:
sudo update-alternatives --config python
To see what versions are available and switch. It will still likely break a lot of things, but hopefully fewer. Recent Ubuntu versions (and likely L4T) use python instead of python3, but only if you install a python-is-python3 package for it.
$ python
Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3
I wanted opencv 4.1.1 to be installed on python3 but it got installed to python 2.7 how I can reinstall it to python3 or is there any command to make it use with python3.
Also there is preinstalled version of Opencv in python3 how i can remove it
The text was updated successfully, but these errors were encountered: