-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetson Orin NX Ubuntu 20.04 Python 3.8.x pip install error #630
Comments
Looks like this: grpc/grpc#34762 Can you try to upgrade setuptools first? Alternatively, try installing the dependency using |
Still getting error after upgrade setuptools from 45.2.0 to 52.0.0 (Pi 4B Bullseye Python3 3.9 was okay) pip show setuptools
Collecting setuptools==52.0.0 The following additional packages will be installed: Package Version Adafruit-Blinka 8.22.4 |
this solved the mavsdk installation, nothing to do with the old setuptools (45.2.0). python -m pip install pip==20.3.4
|
Nice, thanks for the notes! |
Does anyone face the same issue?
Are there packages missing that cause this error? do i have to use python3 -m pip install --upgrade mavsdk?
Currently, this board does not install mavsdk before.
Python 3.8.10
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
pip3 install mavsdk
The text was updated successfully, but these errors were encountered: