Open phact opened 1 month ago
I am also facing the same issue.
│ D:\envs\langflow\Lib\site-packages\astra_assistants\tools\e2b_code_interpreter.py:3 in
│ │
│ 1 from e2b import Sandbox
│ 2 │
│ ❱ 3 from e2b_code_interpreter import CodeInterpreter
│ 4 │
│ 5 from astra_assistants.tools.tool_interface import ToolInterface
│ 6 │
────────────────────────────────────────────────────────────────────────────╯
ImportError: cannot import name 'CodeInterpreter' from 'e2b_code_interpreter' (D:\envs\langflow\Lib\site-packages\e2b_code_interpreter__init__.py)
Originally posted by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4150#pullrequestreview-2370332306