You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
Hello @benhoff .
I am beginner in python.
I saw your project and found it really cool. I made virtual enviornment and installed all requirements using pip install -r requirements.txt
But when i tried to run example file "record_audio.py" using this command "python record_audio.py", it was showing error that "/home/ubuntu/venv/bin/python: can't open file '../microphone/node.py': [Error 2] No such file or directory". When i cross checked actually there was no file node.py in microphone directory.
Can you tell me how can i run your example file?
Thanks