tqdm/tqdm

PackageNotFoundError

WhozKunal opened this issue · 0 comments

Traceback (most recent call last):
File "main.py", line 4, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "whisperx_init_.py", line 1, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "whisperx\transcribe.py", line 9, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "whisperx\alignment.py", line 12, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "transformers_init_.py", line 26, in
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "transformers\dependency_versions_check.py", line 57, in
File "transformers\utils\versions.py", line 117, in require_version_core
File "transformers\utils\versions.py", line 104, in require_version
importlib.metadata.PackageNotFoundError: No package metadata was found for The 'tqdm>=4.27' distribution was not found and is required by this application.
Try: pip install transformers -U or pip install -e '.[dev]' if you're working with git main
[87568] Failed to execute script 'main' due to unhandled exception!