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
On M1 Mac with MacOS 12.X, pip install deltalake downloads source.
If we instead run pip install deltalake --only-binary :all:, it downloads a previous version with the wheel name deltalake-0.6.3-cp37-abi3-macosx_11_0_arm64.whl. This likely has to do with MacOS versions.
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered:
Description
On M1 Mac with MacOS 12.X,
pip install deltalake
downloads source.If we instead run
pip install deltalake --only-binary :all:
, it downloads a previous version with the wheel namedeltalake-0.6.3-cp37-abi3-macosx_11_0_arm64.whl
. This likely has to do with MacOS versions.Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: