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

Python v0.14 wheel files not up to date #1945

Closed
GraemeBrownTL opened this issue Dec 5, 2023 · 4 comments
Closed

Python v0.14 wheel files not up to date #1945

GraemeBrownTL opened this issue Dec 5, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@GraemeBrownTL
Copy link

Windows 10
Rust 0.14

Binding: Sorry, not sure what this means

Cloud Platform: Azure Synapse

I have upgraded to v0.14 via "pip install...", however deltalake.version still shows 0.13.

I expected to see deltalake.version = 0.14

I suspect that the pypi wheel file is not correctly updated.

I have compared my local copy of table.py under .../my_env/site-packages/deltalake... with table.py in the .tar.gz file at https://pypi.org/project/deltalake/#modal-close, and they are different. Similarly, I compared the code in table.py from the (unzipped) .whl file available at the same page, with the source code in the .gz file, and they are different. The .whl file matches my local .../site-packages/... file, so I believe that the 'pip upgrade' worked.

@GraemeBrownTL GraemeBrownTL added the bug Something isn't working label Dec 5, 2023
@ion-elgreco
Copy link
Collaborator

I do see the deltalake. Did you run pip install --upgrade deltalake?

image

@GraemeBrownTL
Copy link
Author

Yes, I did run that.

image

image

@ion-elgreco
Copy link
Collaborator

image

@GraemeBrownTL
Copy link
Author

GraemeBrownTL commented Dec 5, 2023

It is working now. I used pip --force-reinstall and deltalake.__version__ is now showing 0.14.
Not sure what changed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants