vivekuppal / transcribe

Transcribe is a real time transcription, conversation, Language learning platform. It provides live transcripts from microphone and speaker. It generates a suggested conversation response using OpenAI's GPT API. It will read out the responses, simulating a real live conversation in English or another language.
https://abhinavuppal1.github.io/
MIT License
183 stars 44 forks source link

ImportError: cannot import name 'Singleton' from 'tsutils' #240

Open WenTianWuHuo opened 3 months ago

WenTianWuHuo commented 3 months ago

File "F:\my_AI\transcribe-main\app\transcribe\db\app_db.py", line 10, in from tsutils import Singleton # noqa: E402 pylint: disable=C0413 ImportError: cannot import name 'Singleton' from 'tsutils'

mang0sw33t commented 3 months ago

Please share complete screenshot of the command line output. This should include the command to execute the script.

mang0sw33t commented 1 month ago

Seems like an environmental issue. Were you able to resolve this issue, if so please share the steps that lead to resolution. Helps future users.