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:DLL load failed:The specified module could not be found. #6639

Open
5 tasks
BhoneMyatHein opened this issue Dec 14, 2018 · 0 comments
Open
5 tasks

Comments

@BhoneMyatHein
Copy link

I have some issues when import the caffe. Have any solution?

C:\Users\IN-5559\Downloads\caffe>python
Python 3.5.2 |Anaconda 4.2.0 (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1
900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import caffe
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\caffe_init_.py", line 1,
in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropS
olver, AdaDeltaSolver, AdamSolver, NCCL, Timer
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\caffe\pycaffe.py", line 15,
in
import caffe.io
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\caffe\io.py", line 3, in
from scipy.ndimage import zoom
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\scipy\ndimage_init_.py",
line 161, in
from .filters import *
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\scipy\ndimage\filters.py",
line 38, in
from . import ni_docstrings
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\scipy\ndimage_ni_docstring
s.py", line 4, in
from scipy.misc import doccer
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\scipy\misc_init
.py", li
ne 68, in
from scipy.interpolate.pade import pade as pade
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\scipy\interpolate_init
.
py", line 175, in
from .interpolate import *
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\scipy\interpolate\interpola
te.py", line 21, in
import scipy.special as spec
File "C:\Users\IN-5559\Anaconda3\lib\site-packages\scipy\special_init
.py",
line 640, in
from ._ufuncs import *
ImportError: DLL load failed: The specified module could not be found.
exit()

System configuration

  • Operating system: Win8.1
  • Compiler: VS2015
  • CUDA version (if applicable): 8.0
  • CUDNN version (if applicable): 5.1
  • Python version (if using pycaffe): Anacoda3(Python 3.5.2)

Issue checklist

  • read the guidelines and removed the first paragraph
  • written a short summary and detailed steps to reproduce
  • explained how solutions to related problems failed (tick if found none)
  • filled system configuration
  • attached relevant logs/config files (tick if not applicable)
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

1 participant