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
Hi,
I tried to run the examples in the README and am running into this error. Any help is appreciated. Thanks.
/usr/local/lib/python3.10/dist-packages/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:13622: RuntimeWarning: coroutine 'CodeInterpreterSession.agenerate_response' was never awaited self.source = Source(update_ids_from_dap=update_ids_from_dap, **source) if source.__class__ != Source else source RuntimeWarning: Enable tracemalloc to get the object allocation traceback AttributeError Traceback (most recent call last) [<ipython-input-24-e9de3efe595c>](https://localhost:8080/#) in <cell line: 2>() 7 8 # output the response ----> 9 response.show() AttributeError: 'coroutine' object has no attribute 'show'
The text was updated successfully, but these errors were encountered:
Same error too
Sorry, something went wrong.
+1
Running into the same issue. Anyone able to overcome this?
No branches or pull requests
Hi,
I tried to run the examples in the README and am running into this error. Any help is appreciated. Thanks.
The text was updated successfully, but these errors were encountered: