-
Notifications
You must be signed in to change notification settings - Fork 40
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
Help with Python support #116
Comments
Hi @XiaoMaol. I tried to reproduce your error on Odroid, but didn't manage. I compiled Caffe with python support using the command line you mentioned and it worked fine. I could run
and then
It worked fine. Nevertheless I added an extra option to pass additional CMD after make. You can update ck-env repo and then try the following:
This should run "make pycaffe" after main make and before make install ... |
Hey @gfursin, Thank you so much for offering help. I have tried the command you provided, and In the last few lines of the build of the Caffe I can see that pycaffe is built.
|
Hmm, I have a feeling that it's not related to Caffe build, but to incomplete Python installation or missing dependencies. Did you install all deps:
I just can't reproduce this error :( ... |
Dear @gfursin: I have figured out the problem: The problem seems to be in the line
and it can be fixed by
But I ran into some problems running the example with jupyter, and I will open another issue for that. Thank you so much for your help! |
Hey @psyhtest , Thank you so much for helping me in the #114, and I can finally use Caffe in Mali GPU! Besides installing Caffe, I also like to use the python support. As a result, I use the command
as suggested by you in #114 and the documentary about python support for ck-caffe.
However, after I run the command
when I try to import caffe by command
I got the finally error message:
After Googling around, I find there is person with a similar issue here
BVLC/caffe#5495
But the person fixes it by building:
But when use make pytest in a directory with Makefile.config, there would be many many bugs due to dependencies.
Could you give me some help?
Thanks!
The text was updated successfully, but these errors were encountered: