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.
https://github.com/SevaSk/ecoute
MIT License
5.89k stars 827 forks source link

TypeError when at python main.py step #156

Open suao1015 opened 1 year ago

suao1015 commented 1 year ago

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