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 is because pip is currently building everything from source. dockerfile dependency required go to be present, maturin requires rust.
So brew install also installs these 2 things + underlying llvm (2 GB 🤯) - accounting for all the delay and extra space.
I tried to push pip to download pre-built wheels instead but it doesn't seem to work.
So I'll try to tackle this problem at a later stage (or hope someone can help me with it).
The text was updated successfully, but these errors were encountered:
This is because pip is currently building everything from source.
dockerfile
dependency requiredgo
to be present,maturin
requiresrust
.So brew install also installs these 2 things + underlying
llvm
(2 GB 🤯) - accounting for all the delay and extra space.I tried to push pip to download pre-built wheels instead but it doesn't seem to work.
So I'll try to tackle this problem at a later stage (or hope someone can help me with it).
The text was updated successfully, but these errors were encountered: