Always get errors
Describe the bug A clear and concise description of what the bug is. [notice] A new release of pip is available: 25.0 -> 26.1.1 [notice] To update, run: python.exe -m pip install --upgrade pip clear_cache?? no... Start the program... Traceback (most recent call last): File "D:\Code\VoicePro\voice-pro\start-voice.py", line 14, in from app.abus_app_voice import create_ui File "D:\Code\VoicePro\voice-pro\app\abus_app_voice.py", line 44, in from app.tab_gulliver import gulliver_tab File "D:\Code\VoicePro\voice-pro\app\tab_gulliver.py", line 18, in from app.gradio_gulliver import * File "D:\Code\VoicePro\voice-pro\app\gradio_gulliver.py", line 14, in from app.abus_asr_faster_whisper import * File "D:\Code\VoicePro\voice-pro\app\abus_asr_faster_whisper.py", line 11, in import faster_whisper File "D:\Code\VoicePro\voice-pro\installer_files\env\lib\site-packages\faster_whisper_init.py", line 2, in from faster_whisper.transcribe import BatchedInferencePipeline, WhisperModel File "D:\Code\VoicePro\voice-pro\installer_files\env\lib\site-packages\faster_whisper\transcribe.py", line 13, in import ctranslate2 File "D:\Code\VoicePro\voice-pro\installer_files\env\lib\site-packages\ctranslate2_init.py", line 8, in import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Source: abus-aikorea/voice-pro