Skip to content
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

error when running main.py file #8

Closed
ibatuloff opened this issue May 22, 2023 · 0 comments
Closed

error when running main.py file #8

ibatuloff opened this issue May 22, 2023 · 0 comments

Comments

@ibatuloff
Copy link

So I followed instructions and installed ecoute.
But when I run this command:

python main.py

I get this error:

C:\Users\username\AppData\Local\Programs\Python\Python310\lib\site-packages\whisper\timing.py:58: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details.
def backtrace(trace: np.ndarray):
Traceback (most recent call last):
File "C:\ecoute\main.py", line 3, in
from GPTResponder import GPTResponder
File "C:\ecoute\GPTResponder.py", line 2, in
from keys import OPENAI_API_KEY
ValueError: source code string cannot contain null bytes

Any idea on how to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant