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
Traceback (most recent call last):
File "aider", line 10, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 1106, in main
coder.run()
File "base_coder.py", line 856, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 903, in run_one
list(self.send_message(message))
File "base_coder.py", line 1337, in send_message
litellm_ex = LiteLLMExceptions()
^^^^^^^^^^^^^^^^^^^
File "exceptions.py", line 58, in __init__
self._load()
File "exceptions.py", line 61, in _load
import litellm
File "__init__.py", line 61, in <module>
from litellm.proxy._types import (
File "_types.py", line 20, in <module>
from litellm.types.router import RouterErrors, UpdateRouterConfig
File "router.py", line 12, in <module>
from openai import AsyncAzureOpenAI, AsyncOpenAI, AzureOpenAI, OpenAI
File "__init__.py", line 81, in <module>
from .lib import azure as _azure, pydantic_function_tool as pydantic_function_tool
ImportError: cannot import name 'pydantic_function_tool' from 'openai.lib' (unknown location)
The text was updated successfully, but these errors were encountered:
Aider version: 0.78.0
Python version: 3.12.9
Platform: Linux-6.2.1-PRoot-Distro-aarch64-with-glibc2.41
Python implementation: CPython
Virtual environment: Yes
OS: Linux 6.2.1-PRoot-Distro (64bit)
Git version: git version 2.49.0
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: