Closed stanfaire closed 1 year ago
pip install audiostretchy[all]
This doesn't work and return
no matches found: audiostretchy[all]
Hmm...
Can you try:
python3 -m pip install audiostretchy[all]
Alternatively, for WAV-only:
python3 -m pip install audiostretchy
pip install audiostretchy[all]
This doesn't work and return
no matches found: audiostretchy[all]