-
Notifications
You must be signed in to change notification settings - Fork 62
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
RequirementParseError: Expected version spec in ./wheelhouse/* at /wheelhouse/* #297
Comments
using |
According to the guide, those first commands should be run in your laptop and not on Solo. |
Read the link I provided :) You end up running similar instructions on both. |
Ups, sorry, the page hadn't completely loaded so I missed it. May I ask why you are trying to do this instead of using solo-cli pack? |
Tried that first, hit dronekit/dronekit-python#524 |
It seems the issue is that it is packaging the wrong pymavlink. Can you post the log from running |
|
Can you run this command in Solo: |
root@3dr_solo:/opt/ddc# python -c "import distutils.util; print(distutils.util.get_platform())" |
Ok, when you execute the line |
Hi, I'm trying to follow along here:
https://dev.3dr.com/advanced-python.html
Logs from solo showing error:
Here are some logs from my laptop:
The text was updated successfully, but these errors were encountered: