-
Notifications
You must be signed in to change notification settings - Fork 413
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
0.19.2 install error when using poetry, pdm on Ubuntu #2848
Comments
Same with uv in a amd64 Docker container |
Python 0.19.2 wheels failed due to issue with openssl openssl/openssl#25367 Unfortunately I don't have time to fix this |
No worries, reverting to prev version is fine. openssl will work itself out eventually - thanks for verifying, and for all your contributions to the project! |
…inux release This change enables the use of Rustls for the manylinux Python wheel, which was originally disabled in #1224. That issue was only affecting MacOS and has likely since been resolved. The switch from openssl motivated by the issue described in openssl/openssl#25367 Closes #2848
…inux release This change enables the use of Rustls for the manylinux Python wheel, which was originally disabled in #1224. That issue was only affecting MacOS and has likely since been resolved. The switch from openssl motivated by the issue described in openssl/openssl#25367 Closes #2848
@rtyler - ty for pushing this fix. Initially I got the same error, but then realized it worked with a straight pip install. Running the commands below to clear the Poetry cache allowed me to upgrade from 19.1 to 19.2 without issue.
|
Environment
Delta-rs version: 0.19.2
Binding:
Environment:
Bug
What happened: when running command: "poetry add deltalake", I get error:
What you expected to happen: deltalake to be added to my venv
How to reproduce it: using any working repo, with a local poetry venv based on python 3.12.2 or 3.11.9, and run the "poetry add deltalake" command. Or, with the same repo configured using pdm, run "pdm add deltalake".
More details:
Reverting to 0.19.1 works for python 3.12.2 and 3.11.9, for both poetry and pdm
The text was updated successfully, but these errors were encountered: