在Python3.7中导入ssl模块时出错

时间:2019-10-19 23:41:11

标签: python python-3.x ssl openssl anaconda

当我在Python 3.7.4中使用Anaconda Prompt运行import ssl时,出现错误:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\<user>\Anaconda3\lib\ssl.py", line 98, in <module>
    import _ssl             # if we can't import it, let the error propagate
ImportError: DLL load failed: The specified procedure could not be found.

Google提出了PyCharm和Github页面中发生的错误,这些错误都无法解决我的问题。我已经尝试过多次重新安装Anaconda3,每次都确保将其完全删除。我不知道这与我的机器有关(Win 10)。我尝试手动为python安装SSL模块,但没有任何运气。

0 个答案:

没有答案