Hello , i can not get TTS local working , its seems to get stuck with the : pip install -r requirements.txt .
after that i get a shorter install as mentioned in the video . It seems to pass the "gruut"parts ? If i try the start the server it tries but does not start python .
miniconda displays at the end : ImportError: cannot import name 'isin_mps_friendly' from 'transformers.pytorch_utils' (C:\Users\pleje\miniconda3\envs\local-tts\lib\site-packages\transformers\pytorch_utils.py).
I have a 5070 and tried this line from github : pip install torch==2.8.0 torchvision==0.23.0 torchaudio==2.8.0 --index-url https://download.pytorch.org/whl/cu128 Then the install takes longer but no "gruut" parts
Anny suggestion to help me out?