youmebangbang / TTS-dataset-tools

Automatically generates TTS dataset using audio and associated text. Make cuts under a custom length. Uses Google Speech to text API to perform diarization and transcription or aeneas to force align text to audio.
MIT License
50 stars 16 forks source link

Can't even run tools.py #2

Open 6p5ra opened 2 years ago

6p5ra commented 2 years ago

When I try to install the dearpygui==0.6.415 package I get an error:

ERROR: Could not find a version that satisfies the requirement dearpygui==0.6.415 (from versions: 1.0.0, 1.0.1, 1.0.2, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1)
ERROR: No matching distribution found for dearpygui==0.6.415

Python version 3.10.2

RWil3 commented 2 years ago

If we go here https://pypi.org/simple/dearpygui/ we can see the only available packages from PIP are for 3.6 - 3.9.