Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it seems incompatible with ssl #10

Open
JungleWolfz opened this issue Aug 8, 2022 · 1 comment
Open

it seems incompatible with ssl #10

JungleWolfz opened this issue Aug 8, 2022 · 1 comment

Comments

@JungleWolfz
Copy link

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: 找不到指定的模块。’

@nalexandru
Copy link
Owner

The problem is not caused by Python or this DLL.
The problem is that it fails to load libssl-1_1-x64.dll from D:\miniconda\Library\bin.

I don't know how to use miniconda, what are the steps to reproduce the error ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants