You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i install miniconda Miniconda3-py39_4.12.0-Windows-x86_64.exe on windows7 sp3,and then add D:\miniconda\Scripts;D:\miniconda;D:\miniconda\Lib\site-packages;D:\miniconda\Library\bin to path.
while excuting ‘import ssl’,i get error ‘Traceback (most recent call last): File "F:\code\stock_walker\test.py", line 3, in <module> import ssl File "D:\miniconda\lib\ssl.py", line 98, in <module> import _ssl # if we can't import it, let the error pro ImportError: DLL load failed while importing _ssl: 找不到指定的模块。’
The text was updated successfully, but these errors were encountered:
i install miniconda Miniconda3-py39_4.12.0-Windows-x86_64.exe on windows7 sp3,and then add D:\miniconda\Scripts;D:\miniconda;D:\miniconda\Lib\site-packages;D:\miniconda\Library\bin to path.
while excuting ‘import ssl’,i get error
‘Traceback (most recent call last): File "F:\code\stock_walker\test.py", line 3, in <module> import ssl File "D:\miniconda\lib\ssl.py", line 98, in <module> import _ssl # if we can't import it, let the error pro ImportError: DLL load failed while importing _ssl: 找不到指定的模块。’
The text was updated successfully, but these errors were encountered: