-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Macos development #143
base: 29-add-option-to-use-speech-to-text-api-rather-than-transcribing-locally
Are you sure you want to change the base?
Macos development #143
Conversation
…to-text-api-rather-than-transcribing-locally Added option to use speech to text API rather than transcribing locally
The current project's Python requirement (>=3.0,<4.0) is not compatible with some of the required packages Python requirement: - torch requires Python >=3.8.0, so it will not be satisfied for Python >=3.0,<3.8.0
docs(prerequisites): supported python versions
Getting this error
|
I got this solution from ChatGPT. Could you try that? The error message is signaling a version mismatch between tk.h and libtk.a, which are part of the Tkinter library. This could potentially lead to unexpected behaviors or crashes. Additionally, there's a deprecation warning related to the nopython argument in Numba. Tkinter Issue: Upgrade tk.h to match libtk.a: If you installed Tkinter through a package manager like apt or yum, upgrading might resolve the issue. Here's how to deal with the Numba warning: Before: |
Here are lists of all libraries I have in conda env. It might help. pip freezeaiohttp==3.8.5 # conda list Name Version Build Channelaiohttp 3.8.5 pypi_0 pypi |
Hi is there any prospect of merging this to the main branch? |
Getting this error [INFO] Adjusting for ambient noise from Default Mic. Please make some noise from the Default Mic... |
Use the Pyaudio library to be able to run on Mac