vasistalodagala / whisper-finetune

Fine-tune and evaluate Whisper models for Automatic Speech Recognition (ASR) on custom datasets or datasets from huggingface.
MIT License
218 stars 53 forks source link

Config error in requirements.txt pkg_resources==0.0.0 causes failure to load #14

Open sealad886 opened 6 months ago

sealad886 commented 6 months ago

Create a new virtual environment. Run pip install -r requirements.txt Error when trying to find pkg_resources==0.0.0

Apparently this is related to a known Ubuntu issue?

https://github.com/pypa/pip/issues/4022

csetanmayjain commented 3 months ago

Just comment that line in requirements.txt, and it will work