0

I get this error when I import numpy or pandas.

enter image description here

I have tried every solution found in similar posts but was not successfull. I have downgraded or upgraded many libraries, but the problem is still there.

Any help is much appreciated.

gremur
  • 1,645
  • 2
  • 7
  • 20
Ali
  • 1
  • What happens if you run `import numpy` in the python interpreter directly? – mozway Apr 16 '22 at 04:34
  • Thank you for suggesting that. I tried it and this is what I get >>> import numpy Intel MKL FATAL ERROR: This system does not meet the minimum requirements for use of the Intel(R) Math Kernel Library. The processor must support the Intel(R) Supplemental Streaming SIMD Extensions 3 (Intel(R) SSSE3) instructions. The processor must support the Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) instructions. Apparently my processor is a little too old for this. Any workaround? – Ali Apr 17 '22 at 05:09
  • Have you read [this](https://stackoverflow.com/questions/70830755/intel-mkl-fatal-error-this-system-does-not-meet-the-minimum-requirements-for-us)? – mozway Apr 17 '22 at 05:22
  • Yes I saw that @mozway the same day I learned it was because of my processor. When I entered "conda install nomkl" in my terminal, it took more than 24hrs to do the job and the whole time the CPU was more than 80% active. after 24hrs I terminated it, and now I am back to square one – Ali Apr 18 '22 at 19:02

0 Answers0