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,但是我不知道如何解决这个问题,