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

Pip install fails: ERROR: Could not build wheels for numcodecs #583

Closed
bofinbabu opened this issue Mar 1, 2023 · 4 comments
Closed

Pip install fails: ERROR: Could not build wheels for numcodecs #583

bofinbabu opened this issue Mar 1, 2023 · 4 comments

Comments

@bofinbabu
Copy link

ERROR: Failed building wheel for numcodecs
Failed to build numcodecs
ERROR: Could not build wheels for numcodecs, which is required to install pyproject.toml-based projects

PIp install fails with this errors.

Python 3.10.4

@jerryjliu
Copy link
Collaborator

@bofinbabu which OS are you on + how are you pip installing llama-index?

@hushujie
Copy link

hushujie commented Mar 2, 2023

I had a similar problem on MAC OS(M1), and more error msg is like:
distutils.errors.CompileError: command '/usr/bin/clang' failed with exit code 1.

I solved this by using "conda install numcodecs==0.11.0" instead of "pip install numcodecs==0.11.0"

FYI

@jerryjliu
Copy link
Collaborator

thanks @hushujie for the help! @bofinbabu let us know if that works for you.

@jerryjliu
Copy link
Collaborator

@bofinbabu bump on this - going to close issue for now

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

3 participants