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 "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "__main__.py", line 4, in <module>
main()
File "main.py", line 734, in main
main_model = models.Model(
^^^^^^^^^^^^^
File "models.py", line 918, in __init__
res = self.validate_environment()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "models.py", line 1165, in validate_environment
res = litellm.validate_environment(model)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "llm.py", line 25, in __getattr__
self._load_litellm()
File "llm.py", line 35, in _load_litellm
self._lazy_module = importlib.import_module("litellm")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
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 7, in <module>
from typing_extensions import (
ImportError: cannot import name 'Sequence' from 'typing_extensions' (C:\Users\Tahsin\Desktop\folder\venv\Lib\site-packages\typing_extensions.py)
The text was updated successfully, but these errors were encountered:
Aider version: 0.70.0
Python version: 3.11.9
Platform: Windows-10-10.0.22000-SP0
Python implementation: CPython
Virtual environment: Yes
OS: Windows 10 (64bit)
Git version: git version 2.47.0.windows.2
An uncaught exception occurred:
The text was updated successfully, but these errors were encountered: