After installing a Python module, when I try to build Python scripts using Sublime I get the following error:
The ordinal 242 could not be located in the dynamic link library C:\Users*\AppData\Local\Continuum\anaconda3\Library\bin\mkl_intel_thread.dll
The output to the Sublime terminal is:
INTEL MKL ERROR: The operating system cannot run %1. mkl_intel_thread.dll.
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
If I import the modules or run the script from Anaconda shell, qtconsole, Spyder the code works fine. I can’t figure out how to get Sublime to work again. It seems like something with defining the build path, but I’m unsure.