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

Getting "AttributeError: 'coroutine' object has no attribute 'show'" while running the examples #121

Open
sanzgiri opened this issue Sep 18, 2023 · 3 comments

Comments

@sanzgiri
Copy link

sanzgiri commented Sep 18, 2023

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'
@bensonbs
Copy link

Same error too

@ChangweiZhang
Copy link

+1

@vdemchenko3
Copy link

Running into the same issue. Anyone able to overcome 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

4 participants