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

前端 未结 5 1875
借酒劲吻你
借酒劲吻你 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 09:02

    I have to put following into my path environment variable: E:\program\Anaconda3\Library\bin , otherwise I got the same problem.

提交回复
热议问题