File "C:\Users\Tf011\Anaconda3\Lib\ssl.py", line 98, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: DLL load failed: 找不到指定的模块。
在Python代码中使用 import SSL 出错
在环境变量中加入Anaconda的三个路径(依照自己当初设置的路径):
D:…\lenovo\Anaconda3;
D:…\Anaconda3\Scripts;
D:…\Anaconda3\Library\bin;