我最近使用了python xy與scipy(0.15)的舊版本庫。因爲我想要使用Spherical Voronoi,我必須安裝更新版本的scipy。爲此,我使用了pip和python模塊的輪子的非官方發行版。安裝無錯誤消息。但是現在,如果我嘗試通過代碼導入scipy,我會在下面看到這條錯誤消息。到目前爲止,我已經取消了對整個python軟件包的支持,而是安裝了anaconda。但是錯誤信息仍然是一樣的。我檢查了我的註冊表(Windows 10) - 找不到任何可疑的東西。Scipy導入錯誤;無法導入名稱NUMPY_MKL
有什麼想法?謝謝!
test.py
1.12.1
Traceback (most recent call last):
File "test.py", line 11, in <module>
import scipy
File "C:\Users\Boss\AppData\Roaming\Python\Python27\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
可能重複[ImportError:無法導入名稱NUMPY \ _MKL](https://stackoverflow.com/questions/37267399/importerror-cannot-import-name-numpy-mkl) –