Replies: 1 comment 1 reply
-
Do you have The issues with the zip library seem to stem from pyarrow and not from within delta-rs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have tried to build python with hdfs feature
features = ["azure", "gcs", "python", "datafusion", "unity-experimental", "hdfs"]
it does install hdfs3 and more but after make build it creates a
libjvm.so
file in deltalake.libs directory in venv site packages.i have copied it manually to a parent directory as i needed because otherwise it will therow an error:
libjava.so not found
.but another problem occurred that
libzip.so not found
,i have tried to cope system libzip.so file from root but after that i got
platform: ubuntu22.04
deltalake: 0.10.1
python: 3.8 and 3.10
java: 8 and 11
rust: default
Beta Was this translation helpful? Give feedback.
All reactions