davabase / transcriber_app

Real time speech to text transcription app.
363 stars 69 forks source link

Silently failing when running on MacOS (with M1) #18

Open Wyrine opened 1 year ago

Wyrine commented 1 year ago

I'm trying to run this app as you described

python transcriber.py

but I came across a few issues:

  1. The readme suggests to use 3.7 but that doesn't work because one of the dependencies, tiktoken, isn't supported below python3.8
  2. When I ran the above command after using python3.8, it silently fails.
  3. I also have had issues with the build command python cx_freeze_setup.py build but I haven't dug into that too much yet.

Any support with debugging would be appreciated

Thanks for all that you've done!