We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last):
File /opt/homebrew/Caskroom/miniforge/base/envs/sonia/lib/python3.9/site-packages/IPython/core/interactiveshell.py:3550 in run_code exec(code_obj, self.user_global_ns, self.user_ns)
Cell In[2], line 6 from deepgram import (
File /opt/homebrew/Caskroom/miniforge/base/envs/sonia/lib/python3.9/site-packages/deepgram/init.py:9 from .client import Deepgram, DeepgramClient
File /opt/homebrew/Caskroom/miniforge/base/envs/sonia/lib/python3.9/site-packages/deepgram/client.py:253 match self.parent: ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
I just ran all notebook cells and ran into this.
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File /opt/homebrew/Caskroom/miniforge/base/envs/sonia/lib/python3.9/site-packages/IPython/core/interactiveshell.py:3550 in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
Cell In[2], line 6
from deepgram import (
File /opt/homebrew/Caskroom/miniforge/base/envs/sonia/lib/python3.9/site-packages/deepgram/init.py:9
from .client import Deepgram, DeepgramClient
File /opt/homebrew/Caskroom/miniforge/base/envs/sonia/lib/python3.9/site-packages/deepgram/client.py:253
match self.parent:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: