codeinterpreter-api
codeinterpreter-api copied to clipboard
Getting "AttributeError: 'coroutine' object has no attribute 'show'" while running the examples
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'
Same error too
+1
Running into the same issue. Anyone able to overcome this?