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

No module named tenacity.asyncio #4637

Open
paddyroddy opened this issue Jun 17, 2024 · 1 comment
Open

No module named tenacity.asyncio #4637

paddyroddy opened this issue Jun 17, 2024 · 1 comment
Labels
bug something broken P3 backlog

Comments

@paddyroddy
Copy link

Related error discussed in detail here langchain-ai/langchain#22972

  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/plotly/io/_renderers.py", line 9, in <module>
    from plotly.io._base_renderers import (
  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/plotly/io/_base_renderers.py", line 10, in <module>
    from plotly.io._orca import ensure_server
  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/plotly/io/_orca.py", line 14, in <module>
    import tenacity
  File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/tenacity/__init__.py", line 653, in <module>
    from tenacity.asyncio import AsyncRetrying  # noqa:E402,I100
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'tenacity.asyncio'
@paddyroddy
Copy link
Author

Looks like it could be fixed in 8.4.1 jd/tenacity#475 (comment)

@gvwilson gvwilson self-assigned this Jul 12, 2024
@gvwilson gvwilson removed their assignment Aug 2, 2024
@gvwilson gvwilson added P3 backlog bug something broken labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P3 backlog
Projects
None yet
Development

No branches or pull requests

2 participants