ImportError
пытается импортировать numpy
в Sublime Text3 с помощью Anaconda Distribution
Я пытаюсь импортировать Numpy в Sublime Text3 с помощью Anaconda Distribution. Я уже настроил свою систему сборки на путь Anaconda, и Numpy хорошо работает во всех пакетах IDE anaconda.
Sublime Build System:
{
"path":"C:\\Users\\my_user\\AppData\\Local\\Continuum\\anaconda3\\",
"shell_cmd": "python -u \"$file\"",
"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"variants":
[
{
"name": "Syntax Check",
"shell_cmd": "python -m py_compile \"${file}\"",
}
]
}
import numpy as np
ImportError: DLL load failed: The specified module can not be found.
I expect to import the module correctly, but shows the error:
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: DLL load failed: No se puede encontrar el m�dulo especificado.