We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The PYTHON.json in cpython-3.12.7+20241016-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst has this:
cpython-3.12.7+20241016-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst
"extensions": { ... "_ssl": [ { ... "links": [ ... { "name": "libcrypto-1_1-x64", "path_dynamic": "install/DLLs/libcrypto-1_1-x64.dll" }, { "name": "libssl-1_1-x64", "path_dynamic": "install/DLLs/libssl-1_1-x64.dll" } ],
However libcrypto-1_1-x64.dll and libssl-1_1-x64.dll do not exist in the archive. Instead, there are libcrypto-3-x64.dll and libssl-3-x64.dll
libcrypto-1_1-x64.dll
libssl-1_1-x64.dll
libcrypto-3-x64.dll
libssl-3-x64.dll
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The PYTHON.json in
cpython-3.12.7+20241016-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst
has this:However
libcrypto-1_1-x64.dll
andlibssl-1_1-x64.dll
do not exist in the archive. Instead, there arelibcrypto-3-x64.dll
andlibssl-3-x64.dll
The text was updated successfully, but these errors were encountered: