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
An error occur while compiling Facenet during setup
"RuntimeError: module compiled against API version 0xc but this version of numpy is 0xa"
Does it mean I have to uninstall the current numpy, which is version 1.12, and downgrade to 10?
sorry for bothering you
Thank you very much
The text was updated successfully, but these errors were encountered:
Hi sorry for delayed reply, Movidius is a bit awkward sometimes with libraries that were previously installed. I have not come across this issue but are you sure your version is 1.12? To me the message above says you are using 0xa (0.10.0) but need 0xc (0.12.0), this can happen if you have multiple versions of numpy installed, the solution for your error should be pip install -U numpy but that does not make sense if your are using 1.12, check if you have other versions installed.
Also just to mention, you can access the latest versions of this project on the following repo which is where future management will take place, issues etc.
Dear Adam,
An error occur while compiling Facenet during setup
"RuntimeError: module compiled against API version 0xc but this version of numpy is 0xa"
Does it mean I have to uninstall the current numpy, which is version 1.12, and downgrade to 10?
sorry for bothering you
Thank you very much
The text was updated successfully, but these errors were encountered: