Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

import error #11610

Open
Open
@adaaaaaa

Description

@adaaaaaa

Windows 10 x64
python 3.6.6
install mxnet and import correctly,but install mxnet-mkl import with an error like this:

`import mxnet
Traceback (most recent call last):

File "", line 1, in
import mxnet

File "f:\python36\lib\site-packages\mxnet_init_.py", line 24, in
from .context import Context, current_context, cpu, gpu, cpu_pinned

File "f:\python36\lib\site-packages\mxnet\context.py", line 24, in
from .base import classproperty, with_metaclass, _MXClassPropertyMetaClass

File "f:\python36\lib\site-packages\mxnet\base.py", line 174, in
_LIB = _load_lib()

File "f:\python36\lib\site-packages\mxnet\base.py", line 166, in _load_lib
lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)

File "f:\python36\lib\ctypes_init_.py", line 348, in init
self._handle = _dlopen(self._name, mode)

OSError: [WinError 126] 找不到指定的模块。`
how to deal...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions