m1guelpf / auto-subtitle

Automatically generate and overlay subtitles for any video.
MIT License
1.62k stars 253 forks source link

BUG:whisper renamed to openai-whisper #25

Open mfryman opened 1 year ago

mfryman commented 1 year ago

Upon executing: pip install git+https://github.com/m1guelpf/auto-subtitle.git

It installs various bits and then give: Resolved https://github.com/openai/whisper.git to commit ea1c266709125f68a89acdc0c6ddbde6773eb0ed Preparing metadata (setup.py) ... done WARNING: Generating metadata for package whisper produced metadata for project name openai-whisper. Fix your #egg=whisper fragments. Discarding git+https://github.com/openai/whisper.git@main#egg=whisper: Requested openai-whisper from git+https://github.com/openai/whisper.git@main#egg=whisper (from auto-subtitle==1.0) has inconsistent name: expected 'whisper', but metadata has 'openai-whisper' Collecting youtube-dl Using cached youtube_dl-2021.12.17-py2.py3-none-any.whl (1.9 MB) ERROR: Could not find a version that satisfies the requirement whisper (unavailable) (from auto-subtitle) (from versions: 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 0.9.10, 0.9.11, 0.9.12, 0.9.13, 0.9.14, 0.9.15, 0.9.16, 1.0.0, 1.0.1, 1.0.2, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10) ERROR: No matching distribution found for whisper (unavailable)

Hemangpandey commented 1 year ago

Getting the same error ,any updates @mfryman @m1guelpf ?

sixem commented 1 year ago

I've put out a PR which should solve this issue. See #26