Bumblebee1964 commented on issue #4746: ImportError for mxnet: cannot import name libinfo URL: https://github.com/apache/incubator-mxnet/issues/4746#issuecomment-332439696 Still having this problem. (C:\Program Files\Anaconda2) C:\Users\Fred>activate mxnetenv (mxnetenv) C:\Users\Fred>python Python 2.7.13 |Continuum Analytics, Inc.| (default, May 11 2017, 13:17:26) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. Anaconda is brought to you by Continuum Analytics. Please check out: http://continuum.io/thanks and https://anaconda.org >>> import mxnet as mx Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Program Files\Anaconda2\envs\mxnetenv\lib\site-packages\mxnet-0.11.1-py2.7.egg\mxnet\__init__.py", line 25, in <module> from .base import MXNetError File "C:\Program Files\Anaconda2\envs\mxnetenv\lib\site-packages\mxnet-0.11.1-py2.7.egg\mxnet\base.py", line 110, in <module> _LIB = _load_lib() File "C:\Program Files\Anaconda2\envs\mxnetenv\lib\site-packages\mxnet-0.11.1-py2.7.egg\mxnet\base.py", line 102, in _load_lib lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL) File "C:\Program Files\Anaconda2\envs\mxnetenv\lib\ctypes\__init__.py", line 362, in __init__ self._handle = _dlopen(self._name, mode) WindowsError: [Error 126] The specified module could not be found >>> Used yajidesign release build 'prebuildbase_win10_x64_vc14_v2' and '20170926_mxnet_x64_vc14_gpu' in combination with Anaconda2 / Python 2.7 on Windows 10, 64 bit Professional. As the prebuild comes with cudnn64_7.dll I did not download it as suggested in the readme.txt. Tried solutions suggested above and in other thread, but getting still stuck with this error message. Package seems to be installed fine in the environment. Checked the PATH variable, as well as tried to set it explicitly in Python before import mxnet. Any suggestion is welcome. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
