:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
Mozilla Public License 2.0
9.35k
stars
1.25k
forks
source link
Cannot install on Macbook Pro M1 max #770
Open
curiousbee2020 opened 1 year ago
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?