We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just installed Virgo on Ubuntu20.04 & RPi4 Raspbian/Bullseye. Ran the example snippet: no errors on Ubuntu, but on RPi4 received this error:
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd Traceback (most recent call last):
Any ideas? Do I have the wrong python3-numpy?
BR/J.Clark
The text was updated successfully, but these errors were encountered:
According to this answer, I'd try running: pip install numpy --upgrade
pip install numpy --upgrade
Sorry, something went wrong.
Many thanks, will try that.
No branches or pull requests
Just installed Virgo on Ubuntu20.04 & RPi4 Raspbian/Bullseye. Ran the example snippet: no errors on Ubuntu, but on RPi4 received this error:
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
Traceback (most recent call last):
Any ideas? Do I have the wrong python3-numpy?
BR/J.Clark
The text was updated successfully, but these errors were encountered: