Skip to content Skip to sidebar Skip to footer

"importerror: Dll Load Failed" In Pycharm W/ Conda: How To Automatically Import Conda's Path?

I have installed python via conda, created a new environment, installed PyCharm and configured it to use this environment. When I start a python console in PyCharm, I am greeted wi

Solution 1:

I fixed the issue by adding DLL to my < path_to_environment >/DLLs location

Solution 2:

The issue seems to be solved by upgrading to the latest 4.6.7 version of conda. The relevant line from the release notesmight be

  • revert conda prepending to PATH in cli main file on windows (#8307)

I am not sure why it affected PyCharm and not plain python in my case.

Post a Comment for ""importerror: Dll Load Failed" In Pycharm W/ Conda: How To Automatically Import Conda's Path?"