Reputation: 383
I downloaded VS2019 preview to try how it works with Python.
I use Anaconda, and VS2019 sees the Anaconda virtual environment, terminal opens and works but when I try to launch 'import numpy', for example, I receive this:
An internal error has occurred in the Interactive window. Please restart Visual Studio. Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll. The interactive Python process has exited.
Does anyone know how to fix it?
Upvotes: 1
Views: 1801
Reputation: 1
I had same issue, this worked for me:
Try to add conda-env-root/Library/bin to the path in the run environment.
Upvotes: 0