Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install via brew is very slow and occupies a lot more space on the system #3

Open
duaraghav8 opened this issue Dec 12, 2024 · 0 comments

Comments

@duaraghav8
Copy link
Owner

duaraghav8 commented Dec 12, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant