You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
plotly==5.22.0
python==3.11.9
tenacity==8.4.0
(as not pinned)Related error discussed in detail here langchain-ai/langchain#22972
The text was updated successfully, but these errors were encountered: