tortoise-tts icon indicating copy to clipboard operation
tortoise-tts copied to clipboard

errors when building numba and llvmlite wheel.

Open wedgeewoo opened this issue 3 years ago • 3 comments

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.

wedgeewoo avatar Oct 14 '22 21:10 wedgeewoo

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.

pvonmoradi avatar Oct 15 '22 07:10 pvonmoradi

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

chrisbward avatar Dec 21 '22 16:12 chrisbward

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 .

BasicAcid avatar Jan 18 '23 20:01 BasicAcid