You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program runs fine on osx, but when running in a python:3.11.3-slim-buster image... on import. No idea what to do here.
File "/opt/scripts/main.py", line 17, in <module>
from core.threads import *
File "/opt/scripts/core/threads.py", line 39, in <module>
from core.fugue.fugue import *
File "/opt/scripts/core/fugue/fugue.py", line 20, in <module>
import deltalake
File "/opt/venv/lib/python3.11/site-packages/deltalake/__init__.py", line 1, in <module>
from ._internal import PyDeltaTableError, RawDeltaTable, __version__, rust_core_version
ImportError: /opt/venv/lib/python3.11/site-packages/deltalake/_internal.abi3.so: cannot allocate memory in static TLS block
The text was updated successfully, but these errors were encountered:
It sounds like "TLS block" is "thread local storage block", and has sometimes had to do with jemalloc. I'm not sure how it could come from our library.
I'm going through and cleaning up stale looking issues. I haven't seen this pop up anywhere else, but please re-open with reproduction steps if this is still affecting you @bitsofinfo
deltars 0.9.0
&python:3.11.3-slim-buster
This program runs fine on osx, but when running in a python:3.11.3-slim-buster image... on import. No idea what to do here.
The text was updated successfully, but these errors were encountered: