BlueBash / Autogen_Video_Refinement

An application designed to condense lengthy videos into concise, informative clips. Ideal for editors who need to efficiently sift through hours of footage to create compelling short films or highlight reels.
37 stars 1 forks source link

Issue with whisper #2

Open wong251440 opened 7 months ago

wong251440 commented 7 months ago

(venv) C:\Users\User\Autogen_Video_Refinement>py main.py Traceback (most recent call last): File "C:\Users\User\Autogen_Video_Refinement\main.py", line 3, in import whisper File "C:\Users\User\venv\Lib\site-packages\whisper.py", line 69, in libc = ctypes.CDLL(libc_name) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\ctypes__init.py", line 369, in init__ if '/' in name or '\' in name: ^^^^^^^^^^^ TypeError: argument of type 'NoneType' is not iterable

wong251440 commented 7 months ago

Found what happened. Shoud be openai-whisper instead of whisper inside the requirements.txt