Installation in python venv fails armx64
dawiinci opened this issue · 3 comments
dawiinci commented
Installing tts in a python venv on macOS fails to install.
mkdir ~/Desktop/tts
cd ~/Desktop/tts
python3 -m venv .
source ~/Desktop/tts/bin/activate
pip3 install setuptools wheel TTS --upgrade
Leads to:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
M1 Mac armx64, macOS 12.3.1, Python 3.9.12 (homebrew)
Sn0wfir3 commented
Same Issue here. M1 Pro, macOS 12.3.1, Python 3.9.12 via homebrew
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discourse page for further help. https://discourse.mozilla.org/c/tts
ludwikbukowski commented
the same problem