Setting environment variables for python console
Recently I started using PyCharm and I'm having problems setting my environment variables. Whenever I open the python console I get a DLL loading error (Here is the error: File "C:\Users\Niccolo\AppData\Local\R-MINI~1\lib\ssl.py", line 98, in import _ssl # if we can't import it, let the error propagate ImportError: DLL load failed: The specified module could not be found.) and I've tried many of the solutions both on StackOverflow and on other forums but I can't seem to resolve the issue. I just cannot seem to find the right set of variables that will allow me to use the console, I'm not sure if I'm committing some other type of error in the creation of my virtual environment or run configuration. Any type of suggestions would be very helpful.
Please sign in to leave a comment.
What is your PyCharm version?
Which interpreter did you use as a Base for the virtualenv creation?