尝试在python 3.7中导入ssl时出现导入错误

时间:2020-01-23 09:34:42

标签: python ssl import python-import

  File "c:/Users/P/admin/src/Implementations/file.py", line 4, in <module>
    import ssl
  File "C:\Users\P\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 module could not be found

这就是我得到的。我知道Python 3.x中内置的ssl,但是我不知道如何解决这个问题,

0 个答案:

没有答案