neonbjb / tortoise-tts

A multi-voice TTS system trained with an emphasis on quality
Apache License 2.0
13.12k stars 1.81k forks source link

errors when building numba and llvmlite wheel. #175

Open wedgeewoo opened 2 years ago

wedgeewoo commented 2 years ago

i use pip install -r requirements.txt, but it fails when installing the requirements for numba and llvmlite. somethings failing with the subprocesses. What am I missing.

pvonmoradi commented 2 years ago

Use Python version 3.7, create a venv for it (python3.7 -m venv ./.venv && source ./.venv/bin/activate), then pip install -r requirements.txt; python3.7 setup.py install

I've found out anything other than 3.7 fails, due to some dependency hell.

chrisbward commented 1 year ago

This no longer works and suggests it's only going to work for 3.8, so now trying this

BasicAcid commented 1 year ago

This no longer works and suggests it's only going to work for 3.8, so now trying this

I confirm it works with 3.8 .