/ / Python-3.6のnumpyエラー - python-3.6

Python-3.6の数値エラー - python-3.6

Python-3.6でnumpyをインストールしようとすると、このエラーが発生します。

Traceback (most recent call last):
File "C:PythonPython36-32libsite-packagesnumpycore__init__.py", line 16, in <module>
from . import multiarray
ImportError: DLL load failed: The specified procedure could not be found.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import numpy
File "C:PythonPython36-32libsite-packagesnumpy__init__.py", line 142, in <module>
from . import add_newdocs
File "C:PythonPython36-32libsite-packagesnumpyadd_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "C:PythonPython36-32libsite-packagesnumpylib__init__.py", line 8, in <module>
from .type_check import *
File "C:PythonPython36-32libsite-packagesnumpylibtype_check.py", line 11, in <module>
import numpy.core.numeric as _nx
File "C:PythonPython36-32libsite-packagesnumpycore__init__.py", line 26, in <module>
raise ImportError(msg)
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: The specified procedure could not be found.

回答:

回答№1は0

Pythonを3.6.1にアップデートし、それが役立つかどうか確認してください。これは、 この問題 Python 3.6.1でビルドされた拡張機能は、3.6.0で動作しませんでした