mozilla / TTS

:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation in python venv fails armx64

dawiinci opened this issue · comments

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)

Same Issue here. M1 Pro, macOS 12.3.1, Python 3.9.12 via homebrew

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

the same problem