Skip to content
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

module compiled against API version 0xe #25

Open
ve3pkc opened this issue Jun 25, 2022 · 2 comments
Open

module compiled against API version 0xe #25

ve3pkc opened this issue Jun 25, 2022 · 2 comments

Comments

@ve3pkc
Copy link

ve3pkc commented Jun 25, 2022

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

@0xCoto
Copy link
Owner

0xCoto commented Jun 26, 2022

According to this answer, I'd try running:
pip install numpy --upgrade

@ve3pkc
Copy link
Author

ve3pkc commented Jun 26, 2022

Many thanks, will try that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants