setup-dev-env.sh script fails in edge-auto repository. #4996
Unanswered
pedralmeida22
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the installation tutorial of the edge-auto repository, after cloning the edge-auto-jetson repository, the
setup-dev-env.sh
script invokes an ansible playbook (setup.yml
) which fails inside the calibration_tools role.ERROR: PySide2-5.9.0a1-5.9.5-cp36-cp36m-linux_aarch64.whl is not a supported wheel on this platform.
Debug

As per the answer in this stackoverflow thread, the
cp36
meansCPyhton 3.6
. This indicates the PySide2 package downloaded by the ansible playbook should be installed withPython3.6
instead ofPython3.8
. However, manually installing the PySide2 withPython3.6
still throws the same error.Possible solution
Download PySide2 package for
Pyhton3.8
System information
Beta Was this translation helpful? Give feedback.
All reactions