tortoise-tts
tortoise-tts copied to clipboard
errors when building numba and llvmlite wheel.
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.
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.
This no longer works and suggests it's only going to work for 3.8, so now trying this
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 .