We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run
pip3 install -e .
I get this error:
Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
Even though the latest version of numpy is already installed.
% pip3 show numpy Name: numpy Version: 1.25.1 Summary: Fundamental package for array computing in Python Home-page: https://www.numpy.org Author: Travis E. Oliphant et al. Author-email: License: BSD-3-Clause Location: /Users/np/Library/Python/3.9/lib/python/site-packages Requires: Required-by: accelerate, clean-fid, contourpy, encodec, gruut, imageio, librosa, matplotlib, numba, openai-whisper, pandas, PyWavelets, scikit-image, scikit-learn, scipy, soxr, tensorboard, tifffile, torchsde, torchvision, transformers, TTS, umap-learn
Anyone have any ideas?
The text was updated successfully, but these errors were encountered:
This is why i avoided the new M series chips even though i really wanted a mac.
Sorry, something went wrong.
No branches or pull requests
When I run
pip3 install -e .
I get this error:
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
Even though the latest version of numpy is already installed.
% pip3 show numpy
Name: numpy
Version: 1.25.1
Summary: Fundamental package for array computing in Python
Home-page: https://www.numpy.org
Author: Travis E. Oliphant et al.
Author-email:
License: BSD-3-Clause
Location: /Users/np/Library/Python/3.9/lib/python/site-packages
Requires:
Required-by: accelerate, clean-fid, contourpy, encodec, gruut, imageio, librosa, matplotlib, numba, openai-whisper, pandas, PyWavelets, scikit-image, scikit-learn, scipy, soxr, tensorboard, tifffile, torchsde, torchvision, transformers, TTS, umap-learn
Anyone have any ideas?
The text was updated successfully, but these errors were encountered: