You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
I'm trying to run the docker image
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
The text was updated successfully, but these errors were encountered: