PyDev/Eclipse not loading _mklinit when run from a Conda environment

前端 未结 5 1877
借酒劲吻你
借酒劲吻你 2020-12-18 08:24

I created a conda environment - testenv2 - installed python/numpy/pandas. Added it as the interpreter in Eclipse project settings and using it to run my test python script.

5条回答
  •  独厮守ぢ
    2020-12-18 08:56

    Add CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1 to your environment variables.

    For VSCode, either an .env file in your workspace folder or "env" key in launch.json should do the trick.

    Source: https://docs.conda.io/projects/conda/en/latest/user-guide/troubleshooting.html#numpy-mkl-library-load-failed

提交回复
热议问题