0

When i run the python code

from numpy._distributor_init import NUMPY_MKL  # requires numpy+mkl

The following error is shown:

ImportError: No module named 'numpy._distributor_init'
Itay
  • 16,601
  • 2
  • 51
  • 72
Sweetlin
  • 1
  • 1
  • Have you added SciPy library? –  Oct 01 '16 at 06:45
  • Yes I added Scipy Numpy pip also.... – Sweetlin Oct 01 '16 at 06:48
  • Check, This might help you http://stackoverflow.com/questions/37267399/importerror-cannot-import-name-numpy-mkl –  Oct 01 '16 at 06:49
  • I try this command but now it shown this error File "", line 1, in import scipy File "C:\Python34\lib\site-packages\scipy\__init__.py", line 61, in from numpy._distributor_init import NUMPY_MKL # requires numpy+mkl ImportError: No module named 'numpy._distributor_init' – Sweetlin Oct 01 '16 at 06:52

0 Answers0