myshell-ai / MeloTTS

High-quality multi-lingual text-to-speech library by MyShell.ai. Support English, Spanish, French, Chinese, Japanese and Korean.
MIT License
4.49k stars 560 forks source link

PyPI package Install Can't Find Requirements.txt #41

Open timhagel opened 7 months ago

timhagel commented 7 months ago

Explanation

When installing MeloTTS via the PyPI package receiving error indicating that it can't find the requirements.txt file

Environment

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

AbnormalPilot commented 7 months ago

try running: pip install -r requirements.txt

timhagel commented 7 months ago

This was a problem with the PyPI package (Not locally building), but this method of install is now removed from the install page