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

[BUG] Error on import with new release #3229

Closed
stinodego opened this issue Jun 6, 2024 · 1 comment
Closed

[BUG] Error on import with new release #3229

stinodego opened this issue Jun 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@stinodego
Copy link

Ever since the recent release, one of our CI pipeline fails with this error:

ImportError while importing test module '/Users/runner/work/polars/polars/py-polars/tests/unit/io/test_delta.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/unit/io/test_delta.py:10: in <module>
    from deltalake import DeltaTable
../.venv/lib/python3.12/site-packages/deltalake/__init__.py:1: in <module>
    from ._internal import __version__ as __version__
E   ImportError: dlopen(/Users/runner/work/polars/polars/.venv/lib/python3.12/site-packages/deltalake/_internal.abi3.so, 0x0002): symbol not found in flat namespace '_PyPyBaseObject_Type'

Link to the job:
https://github.com/pola-rs/polars/actions/runs/9407528634/job/25914397270

I cannot reproduce this locally, but perhaps you know what's going on?

@stinodego stinodego added the bug Something isn't working label Jun 6, 2024
@stinodego
Copy link
Author

Sorry, wrong repo. Will move this to delta-rs.

@stinodego stinodego closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2024
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

1 participant