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.85k stars 817 forks source link

Issue in running main.py #140

Closed sahiillx closed 1 year ago

sahiillx commented 1 year ago

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.

vivekuppal commented 1 year ago

This is the exact same error as https://github.com/vivekuppal/transcribe/issues/35

sahiillx commented 1 year ago

Hey @vivekuppal Thankyou So much