Skip to content

Install autopilot on the pilot, numpy incompatibility #77

Discussion options

You must be logged in to vote

Looks like you're using the system python interpreter, and it looks like you have an old version of numpy installed (probably through apt, like apt install python3-numpy, since that's the latest version on the raspberry pi apt repos). installing fresh in a virtualenv should fix, or you can otherwise update system numpy by using pip3 install --upgrade numpy :) I'll add that to the requirements files now

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@neurodavidus
Comment options

Answer selected by neurodavidus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants