gpt4 book ai didi

Python 3.5(32 位): ImportError: cannot import name NUMPY_MKL

转载 作者:可可西里 更新时间:2023-11-01 11:47:38 28 4
gpt4 key购买 nike

我是 Python 的新手,我正在尝试安装 numpy+mkl 和 scipy(以相同的顺序),但是当我执行以下步骤时出现以下错误:

import pandas as pd  
import numpy as np
from sklearn.preprocessing import LabelEncoder

我在 Windows 7 64 位操作系统上使用 Python 3.5(32 位)。

此处已针对确切问题回答了类似问题:ImportError: cannot import name NUMPY_MKL

通过答案,我从提到的链接 ( http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy ) 重新安装了我的 numpy+mkl pkg numpy‑1.11.2+mkl‑cp35‑cp35m‑win32.whl 然后重新安装 scipy-0.18.1-cp35-cp35m-win32.whl 也是,但这并没有解决问题,我仍然得到同样的错误:

>>> exec(open("C:\\PythonFiles\\testpy1.py").read())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<string>", line 3, in <module>
File "C:\Users\msoudagar\AppData\Local\Programs\Python\Python3532\lib\site-packages\sklearn\__init__.py", line 57, in <module>
from .base import clone
File "C:\Users\msoudagar\AppData\Local\Programs\Python\Python35-32\lib\site-packages\sklearn\base.py", line 10, in <module>
from scipy import sparse
File "C:\Users\msoudagar\AppData\Local\Programs\Python\Python3532\lib\site-packages\scipy\__init__.py", line 61, in <module>
from numpy._distributor_init import NUMPY_MKL # requires numpy+mkl
ImportError: cannot import name 'NUMPY_MKL'

任何输入都会非常有帮助!

最佳答案

尝试注释掉该行从 numpy._distributor_init 导入 NUMPY_MKL不管怎样,它都可以正常工作。

ImportError: cannot import name NUMPY_MKL

关于Python 3.5(32 位): ImportError: cannot import name NUMPY_MKL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40706187/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com