小编Joh*_*ith的帖子

如何让 numpy 在 Anaconda Python 3.7.6 中正常工作

我正在尝试在 Python 中使用 NumPy。我刚刚安装了 Anaconda Python 3.7,一切似乎都很顺利。但是,我无法导入 numpy(使用该行import numpy)。当我这样做时,我收到以下错误:

    C:\Users\jsmith\anaconda3\lib\site-packages\numpy\__init__.py:140: UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring its correct out-of-the box operation under condition when Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see http://github.com/IntelPython/mkl-service
  from . import _distributor_init
Traceback (most recent call last):
  File "C:\Users\jsmith\anaconda3\lib\site-packages\numpy\core\__init__.py", line 24, in <module>
    from . import multiarray
  File "C:\Users\jsmith\anaconda3\lib\site-packages\numpy\core\multiarray.py", line 14, in <module>
    from . import overrides
  File "C:\Users\jsmith\anaconda3\lib\site-packages\numpy\core\overrides.py", …
Run Code Online (Sandbox Code Playgroud)

python numpy anaconda

6
推荐指数
1
解决办法
1万
查看次数

标签 统计

anaconda ×1

numpy ×1

python ×1