SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.

Home Page:https://github.com/SevaSk/ecoute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError when at python main.py step

suao1015 opened this issue · comments

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