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

[BUG] RuntimeError: module compiled against ABI version 0x1000009 but this version of numpy is 0x2000000 #1202

Open
MRo47 opened this issue Sep 3, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@MRo47
Copy link

MRo47 commented Sep 3, 2024

I'm trying to run the docker image

docker run --privileged -v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw' -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --network host --rm -i -t luxonis/depthai:latest python3 /depthai/depthai_demo.py

I get the following error

RuntimeError: module compiled against ABI version 0x1000009 but this version of numpy is 0x2000000
Third party libraries failed to import: numpy.core.multiarray failed to import
Run "python3 install_requirements.py" to install dependencies

Seems like this was seen before: #1185

@MRo47 MRo47 added the bug Something isn't working label Sep 3, 2024
@brmarkus
Copy link

brmarkus commented Sep 3, 2024

Have you built the Docker container image on your own, or used the pre-built one?

When building on your own, have you changed the Dockerfile, or changed something inside the Docker image?
(I don't have an OAK-D camera connected right now, cannot test on my side)

@MRo47
Copy link
Author

MRo47 commented Sep 4, 2024

Prebuilt one

docker run --privileged -v /dev/bus/usb:/dev/bus/usb --device-cgroup-rule='c 189:* rmw' -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --network host --rm -i -t luxonis/depthai:latest python3 /depthai/depthai_demo.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants