-
Notifications
You must be signed in to change notification settings - Fork 36
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
BUILD ISSUE (MAKE ERROR DETECTED) #46
Comments
Hi I am running into this same issue, I have python3.9 downloaded and set up with the proper alias's. Yet my install still tries to check version of python3.8 |
I am building on a Jetson Xavier btw |
@eyadkurdi @Carson-Bay Btw, Raspbian is fine to use as an OS for Olympe since its Debian based. That's what I'm using on my Pi with success. |
Thanks a lot @bradylangdale |
@bradylangdale I set the line version = package.version.parse('14.0') and also tried with version = package.version.parse('14.0.6') |
That's because you're dealing with a separate issue. The stack trace is complaining about the wheel not having enough arguments, while the builds above are about invalid version tags. However, I also encountered what you're experiencing. You need to either upgrade or downgrade Python's setup tools. The logs mention upgrading so you could start there. I might still have this repo building in which case I could make a build to share. |
@HarisAfzal7 The build issue you're reporting here is what has been describred in #55 and should be fixed in the just released v7.7.5 |
Hello Guys,
I am installing parrot-olympe 7.6 on ubuntu 20.4 (core version) using pi4
each time i try to build i got
MAKE ERROR DETECTED
[E] Command failed (returncode=254
The text was updated successfully, but these errors were encountered: