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
What happened: if you conda install deltalake 0.15.0, you are unable to use the package because the code is missing in the package source files.
How to reproduce it: download deltalake 0.15.0 via conda, and from deltalake import DeltaTable will fail. If you look at the deltalake directory in the conda environment, you will see all the files are missing.
0.15.0 installs fine via pip, so would like it to work via conda as well.
The text was updated successfully, but these errors were encountered:
Environment
Delta-rs version: 0.15.0
Binding: python
Bug
What happened: if you conda install deltalake 0.15.0, you are unable to use the package because the code is missing in the package source files.
How to reproduce it: download deltalake 0.15.0 via conda, and
from deltalake import DeltaTable
will fail. If you look at the deltalake directory in the conda environment, you will see all the files are missing.0.15.0 installs fine via pip, so would like it to work via conda as well.
The text was updated successfully, but these errors were encountered: