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
Aider version: 0.69.1
Python version: 3.12.1
Platform: Windows-11-10.0.22631-SP0
Python implementation: CPython
Virtual environment: No
OS: Windows 11 (64bit)
Git version: git version 2.45.1.windows.1
An uncaught exception occurred:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "__main__.py", line 7, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 996, in main
coder.run()
File "base_coder.py", line 806, in run
self.run_one(user_message, preproc)
File "base_coder.py", line 853, in run_one
list(self.send_message(message))
File "base_coder.py", line 1235, in send_message
litellm_ex = LiteLLMExceptions()
^^^^^^^^^^^^^^^^^^^
File "exceptions.py", line 55, in __init__
self._load()
File "exceptions.py", line 58, in _load
import litellm
File "__init__.py", line 9, in <module>
from litellm.llms.custom_httpx.http_handler import AsyncHTTPHandler, HTTPHandler
File "http_handler.py", line 10, in <module>
from litellm.caching import InMemoryCache
File "__init__.py", line 1, in <module>
from .caching import Cache, LiteLLMCacheType
File "caching.py", line 22, in <module>
from openai.types.audio.transcription_create_params import TranscriptionCreateParams
File "__init__.py", line 8, in <module>
from . import types
File "__init__.py", line 5, in <module>
from .batch import Batch as Batch
File "batch.py", line 7, in <module>
from .._models import BaseModel
File "_models.py", line 24, in <module>
from pydantic.fields import FieldInfo
File "fields.py", line 20, in <module>
from . import types
File "types.py", line 39, in <module>
from ._internal import _core_utils, _fields, _internal_dataclass, _typing_extra, _utils, _validators
File "_core_utils.py", line 12, in <module>
from . import _repr
File "_repr.py", line 11, in <module>
from . import _typing_extra
File "_typing_extra.py", line 15, in <module>
from typing_extensions import TypeIs, deprecated, get_args, get_origin
ImportError: cannot import name 'TypeIs' from 'typing_extensions' (C:\Python312\Lib\site-packages\typing_extensions.py). Did you mean: 'Type'?
The text was updated successfully, but these errors were encountered:
Aider version: 0.69.1
Python version: 3.12.1
Platform: Windows-11-10.0.22631-SP0
Python implementation: CPython
Virtual environment: No
OS: Windows 11 (64bit)
Git version: git version 2.45.1.windows.1
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: