You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/09 09:57:36 UTC

[GitHub] BenLag2906 commented on issue #7362: import mxnet errors

BenLag2906 commented on issue #7362: import mxnet errors
URL: https://github.com/apache/incubator-mxnet/issues/7362#issuecomment-321210552
 
 
   Hi,
   
   I have the same problem when i try to import package under python : 
   
   ********************************
   Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)] on win32
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "mxnet\__init__.py", line 25, in <module>
       from .base import MXNetError
     File "mxnet\base.py", line 86, in <module>
       _LIB = _load_lib()
     File "mxnet\base.py", line 78, in _load_lib
       lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
     File "C:\Python27\lib\ctypes\__init__.py", line 362, in __init__
       self._handle = _dlopen(self._name, mode)
   WindowsError: [Error 126] Le module sp?cifi? est introuvable
   **********************************************
   
   I recompiling this morning with the HEAD.
   
   And I launch the command after compilation: 'python setup.py install'
   
   I work on windows 10.
   
   Could you please give an advise ?
   
   regards
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services