Install-OpenCV-Jetson-Nano icon indicating copy to clipboard operation
Install-OpenCV-Jetson-Nano copied to clipboard

error E: Package 'python-pip' has no installation candidate

Open ufukasia opened this issue 1 year ago • 1 comments

hi i using jetson xavier nx jetpack 5.1.1

when ı install your sh, i get this error

Note, selecting 'python-dev-is-python2' instead of 'python-dev' Package python-pip is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python3-pip

E: Package 'python-pip' has no installation candidate

ufukasia avatar Apr 14 '23 10:04 ufukasia

@ufukasia,

No problem. Over time python and python2 will become obsolete. python3 will be the standard. The line sudo apt-get install -y python-dev python-numpy python-pip cna be removed if you are not using python2

Qengineering avatar Apr 14 '23 10:04 Qengineering