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

Compiling Facenet Graph Error #6

Open
sramctc opened this issue Aug 28, 2018 · 2 comments
Open

Compiling Facenet Graph Error #6

sramctc opened this issue Aug 28, 2018 · 2 comments

Comments

@sramctc
Copy link

sramctc commented Aug 28, 2018

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

@AdamMiltonBarker
Copy link
Member

AdamMiltonBarker commented Sep 3, 2018

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.

@AdamMiltonBarker
Copy link
Member

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.

https://github.com/TASS-AI

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