TTS: [Bug] Illegal Instruction while installing to RasPi
Describe the bug
After installation via PyPI according to the instructions, when trying to run tts from the command line or importing into python, it results in “Illegal instruction”. This is installed on a Raspberry Pi running the latest 64-bit Bullseye Lite. I’m wondering if it won’t run on 64-bit or something.
To Reproduce
Install in on a Raspberry Pi running the latest 64-bit Bullseye Lite via PyPI according to the instructions and then try to do anything with it.
Expected behavior
It should work
Logs
No response
Environment
Illegal instruction
Additional context
No response
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 1
- Comments: 18
@MartinMcGrath - thanks - I’m did give this a shot Just confirmed it will work as you described - steps I took below
_1. pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu 2. git clone https://github.com/coqui-ai/TTS 3. Edit the requirements file and remove references to torch torchaudio numpy and numba 4. pip install numba 5. pip install -e . 6. pip install urllib3==1.26.11 --upgrade
I tried installing from source and ran into the same issue.