TTS
TTS copied to clipboard
Cannot install on Macbook Pro M1 max
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?