简体   繁体   中英

Visual Studio doesn't work with Anaconda environment

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?

I had same issue, this worked for me:

Try to add conda-env-root/Library/bin to the path in the run environment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM