https://delta.io logo
m

Matthew Powers

01/09/2023, 9:02 PM
Do you have to install rust and cargo before running
pip install deltalake
?
w

Will Jones

01/09/2023, 9:03 PM
You shouldn’t unless there isn’t a binary available for your platform
2
Are you getting an error when trying to install?
m

Matthew Powers

01/09/2023, 9:04 PM
@Jim Hibbard was getting an error, but it went away when he installed rust/cargo.
w

Will Jones

01/09/2023, 9:05 PM
On what platform?
and version of Python?
m

Matthew Powers

01/09/2023, 9:31 PM
Platform is a M1 Mac
w

Will Jones

01/09/2023, 9:34 PM
That’s interesting. I can repro that.
And if I run
pip install deltalake --only-binary :all:
, then it installs the previous version:
Copy code
Downloading deltalake-0.6.3-cp37-abi3-macosx_11_0_arm64.whl (10.6 MB)
I think it has to do with the
macosx_X_X
tag.
m

Matthew Powers

01/09/2023, 9:36 PM
Python is 3.10.8
w

Will Jones

01/09/2023, 9:36 PM
Thanks
d

Denny Lee

01/10/2023, 1:35 AM
Interesting, I'm using Python 3.9.6 and had ran
pip install deltalake
before installing Rust without any issues
w

Will Jones

01/10/2023, 1:35 AM
On M1 MacOS?
d

Denny Lee

01/10/2023, 1:35 AM
Sorry yes - both on M1 and M2 MacOS
w

Will Jones

01/10/2023, 1:36 AM
Does it work right now? it might just affect the very latest version
0.6.3 seems to be fine
d

Denny Lee

01/10/2023, 1:39 AM
it does - and I'm using 0.6.4
w

Will Jones

01/10/2023, 1:40 AM
what’s your version of macos?
d

Denny Lee

01/10/2023, 1:40 AM
Ventura 13.1
w

Will Jones

01/10/2023, 1:40 AM
Okay. Interesting data point. I created an issue here btw: https://github.com/delta-io/delta-rs/issues/1059#issue-1526365418
d

Denny Lee

01/10/2023, 1:40 AM
cool
3 Views