My Python Console don't work

Guys, I don't execute my Python Console. The PyCharm version is below:

PyCharm 2020.1 (Community Edition)
Build #PC-201.6668.115, built on April 7, 2020
Runtime version: 11.0.6+8-b765.25 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1960M
Cores: 12

The Python Console Error is below:

Traceback (most recent call last):
File "D:\WORK\PYTHON\PyCharm Community Edition 2019.2.3\plugins\python-ce\helpers\pydev\pydevconsole.py", line 5, in <module>
from _pydev_comm.pydev_rpc import make_rpc_client, start_rpc_server, start_rpc_server_and_make_client
File "D:\WORK\PYTHON\PyCharm Community Edition 2019.2.3\plugins\python-ce\helpers\pydev\_pydev_comm\pydev_rpc.py", line 4, in <module>
from _pydev_comm.pydev_server import TSingleThreadedServer
File "D:\WORK\PYTHON\PyCharm Community Edition 2019.2.3\plugins\python-ce\helpers\pydev\_pydev_comm\pydev_server.py", line 4, in <module>
from _shaded_thriftpy.server import TServer
File "D:\WORK\PYTHON\PyCharm Community Edition 2019.2.3\plugins\python-ce\helpers\third_party\thriftpy\_shaded_thriftpy\server.py", line 9, in <module>
from _shaded_thriftpy.transport import (
File "D:\WORK\PYTHON\PyCharm Community Edition 2019.2.3\plugins\python-ce\helpers\third_party\thriftpy\_shaded_thriftpy\transport\__init__.py", line 57, in <module>
from .sslsocket import TSSLSocket, TSSLServerSocket # noqa
File "D:\WORK\PYTHON\PyCharm Community Edition 2019.2.3\plugins\python-ce\helpers\third_party\thriftpy\_shaded_thriftpy\transport\sslsocket.py", line 7, in <module>
import ssl
File "D:\WORK\PYTHON\Anaconda3\lib\ssl.py", line 98, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: DLL load failed: Não foi possível encontrar o procedimento especificado.

0
1 comment

Are you using conda env or conda base interpreter? Could you run the snippet from PyCharm https://gist.github.com/aresler/22c59d7883fd57dddb4c57a7f96603d6 and provide the output? 

0

Please sign in to leave a comment.