-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
IMPORT ERROR #7048
Comments
这是来自QQ邮箱的假期自动回复邮件。 谢谢,您的邮件已收到,尽快给您回复。
|
您好,邮件已收到,谢谢!
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
@DongStop The reason for this problem is that the relevant dependencies are missing in your python compilation environment. |
@Rocksnake But I dont't know what dependencies are missing.the compiling process is successful. |
@Rocksnake the cmake information as follow Documentaion: |
The package after the from keyword is a large package, and the package after the import keyword is included in the former. |
@Rocksnake my hardware doesn't support GPU.maybe using pip to install doesn't make it work! |
Traceback (most recent call last):
File "demo.py", line 6, in
import caffe
File "/home/dong/work/caffe/python/caffe/init.py", line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
File "/home/dong/work/caffe/python/caffe/pycaffe.py", line 13, in
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver,
ImportError: /home/dong/work/caffe/build/lib/libcaffe.so.1.0.0: unexpected reloc type 0x03
The text was updated successfully, but these errors were encountered: