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

ImportError: No module named _caffe on windows 7 #548

Open
tanmay796 opened this issue Apr 20, 2017 · 1 comment
Open

ImportError: No module named _caffe on windows 7 #548

tanmay796 opened this issue Apr 20, 2017 · 1 comment

Comments

@tanmay796
Copy link

i downloaded caffe-windows and copied python\caffe folder into my site-packages. But after importing the caffe it gives me following error:
Traceback (most recent call last):
File "C:\Users\ag185211\Desktop\Tanmay\HappyNet-master\opencv_functions.py", line 23, in
import caffe
File "C:\Python27\lib\site-packages\caffe_init_.py", line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
File "C:\Python27\lib\site-packages\caffe\pycaffe.py", line 13, in
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver,
ImportError: No module named _caffe

But in caffe folder there is -caffe.cpp folder. How should I solve this?
Thanks in advance.

@vabrishami
Copy link

vabrishami commented Apr 25, 2017

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