SevaSk/ecoute

Issue in running main.py

sahiillx opened this issue · 2 comments

PS D:\ProjectPro\ecoute-main> python main.py
Traceback (most recent call last):
File "D:\ProjectPro\ecoute-main\main.py", line 2, in
from AudioTranscriber import AudioTranscriber
File "D:\ProjectPro\ecoute-main\AudioTranscriber.py", line 1, in
import whisper
File "C:\Python311\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\ctypes_init_.py", line 366, in init
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable

I am getting this error.

This is the exact same error as vivekuppal/transcribe#35

Hey @vivekuppal Thankyou So much