@VSS you can just install the optional dependencies to make it works, I have nothing to do here.
Search Criteria
Package Details: litellm 1.92.0-1
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flagged out-of-date (2026-07-12)
- 1 pending request
| Git Clone URL: | https://aur.archlinux.org/litellm.git (read-only, click to copy) |
|---|---|
| Package Base: | litellm |
| Description: | Open Source AI Gateway for 100+ LLMs. Self-hosted. Enterprise-ready. Call any LLM in OpenAI format. |
| Upstream URL: | https://github.com/BerriAI/litellm |
| Keywords: | api llm openai python |
| Licenses: | MIT |
| Provides: | python-litellm |
| Submitter: | shtrophic |
| Maintainer: | AlphaJack (medaminezghal, Dominiquini) |
| Last Packager: | Dominiquini |
| Votes: | 5 |
| Popularity: | 0.034968 |
| First Submitted: | 2023-10-08 15:07 (UTC) |
| Last Updated: | 2026-07-12 04:40 (UTC) |
Dependencies (78)
- python
- python-aiohttp
- python-click
- python-dotenv
- python-fastuuidAUR
- python-httpx (python-httpx-gitAUR)
- python-importlib-metadata
- python-jinja
- python-jsonschema
- python-openai
- python-pydantic
- python-tiktoken (python-tiktoken-gitAUR)
- python-tokenizersAUR (python-tokenizers-binAUR)
- python-build (make)
- python-installer (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-uv-build (make)
- python-wheel (make)
- gunicorn (optional) – proxy
- python-a2a-sdkAUR (optional) – extra_proxy
- Show 58 more dependencies...
Required by (21)
- aider-chat
- aider-chat (make)
- aider-chat-docs (make)
- cecli
- cecli (make)
- elia
- headroom-ai
- litellm-ollama
- plandex-server
- python-crewai (optional)
- python-dspy
- python-gepa (requires python-litellm) (optional)
- python-graphrag-llm (requires python-litellm)
- python-lm-eval (optional)
- python-logfire (check)
- python-openai-agents (check)
- python-openai-agents (optional)
- python-ouroboros-ai (requires python-litellm) (optional)
- python-pgmpy (check)
- python-smolagents (optional)
- Show 1 more...
Sources (1)
medaminezghal commented on 2026-05-19 09:45 (UTC) (edited on 2026-05-19 09:46 (UTC) by medaminezghal)
VVS commented on 2026-05-19 09:27 (UTC) (edited on 2026-05-19 09:28 (UTC) by VVS)
After cistom install of backoff:
Traceback (most recent call last):
File "/usr/lib/python3.14/site-packages/litellm/proxy/proxy_server.py", line 151, in <module>
import fastapi
ModuleNotFoundError: No module named 'fastapi'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/litellm", line 8, in <module>
sys.exit(run_server())
~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/click/core.py", line 1514, in __call__
return self.main(*args, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/click/core.py", line 1435, in main
rv = self.invoke(ctx)
File "/usr/lib/python3.14/site-packages/click/core.py", line 1298, in invoke
return ctx.invoke(self.callback, **ctx.params)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/click/core.py", line 853, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3.14/site-packages/litellm/proxy/proxy_cli.py", line 669, in run_server
raise e
File "/usr/lib/python3.14/site-packages/litellm/proxy/proxy_cli.py", line 656, in run_server
from .proxy_server import (
...<4 lines>...
)
File "/usr/lib/python3.14/site-packages/litellm/proxy/proxy_server.py", line 156, in <module>
raise ImportError(f"Missing dependency {e}. Run `pip install 'litellm[proxy]'`")
ImportError: Missing dependency No module named 'fastapi'. Run `pip install 'litellm[proxy]'`
VVS commented on 2026-05-19 09:18 (UTC) (edited on 2026-05-19 09:27 (UTC) by VVS)
Traceback (most recent call last):
File "/usr/lib/python3.14/site-packages/litellm/proxy/proxy_server.py", line 150, in <module>
import backoff
ModuleNotFoundError: No module named 'backoff'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/litellm", line 8, in <module>
sys.exit(run_server())
~~~~~~~~~~^^
File "/usr/lib/python3.14/site-packages/click/core.py", line 1514, in __call__
return self.main(*args, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/click/core.py", line 1435, in main
rv = self.invoke(ctx)
File "/usr/lib/python3.14/site-packages/click/core.py", line 1298, in invoke
return ctx.invoke(self.callback, **ctx.params)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.14/site-packages/click/core.py", line 853, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3.14/site-packages/litellm/proxy/proxy_cli.py", line 669, in run_server
raise e
File "/usr/lib/python3.14/site-packages/litellm/proxy/proxy_cli.py", line 656, in run_server
from .proxy_server import (
...<4 lines>...
)
File "/usr/lib/python3.14/site-packages/litellm/proxy/proxy_server.py", line 156, in <module>
raise ImportError(f"Missing dependency {e}. Run `pip install 'litellm[proxy]'`")
ImportError: Missing dependency No module named 'backoff'. Run `pip install 'litellm[proxy]'`
Dominiquini commented on 2026-04-26 14:17 (UTC)
@bhyoo: Done!
bhyoo commented on 2026-04-26 09:19 (UTC)
* Getting build dependencies for wheel...
Traceback (most recent call last):
File "/usr/lib/python3.14/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
raise BackendUnavailable(
...<4 lines>...
)
pyproject_hooks._impl.BackendUnavailable: Cannot import 'uv_build'
ERROR Backend 'uv_build' is not available.
Please add python-uv-build as make dependency
nerila4685 commented on 2026-04-16 00:05 (UTC) (edited on 2026-04-16 00:05 (UTC) by nerila4685)
After installing this package my computer still complain that the litellm is missing dependency. The other solution works for me:
sudo pacman -S uv
uv tool install "litellm[proxy]"
jacek2v commented on 2026-03-26 22:01 (UTC)
real danger of package compromised https://futuresearch.ai/blog/litellm-pypi-supply-chain-attack/
cpburnz commented on 2026-03-24 13:49 (UTC) (edited on 2026-03-24 13:59 (UTC) by cpburnz)
FYI: Maintainers, do not update litellm. The upstream repo and its owner's account are compromized as of at least today.
medaminezghal commented on 2026-02-19 16:59 (UTC)
@Dominiquini I think you need to use the dependencies from pyproject.toml not from requirements.txt.
medaminezghal commented on 2026-02-19 16:26 (UTC) (edited on 2026-02-19 16:38 (UTC) by medaminezghal)
@Ataraxy There is no litellm-proxy package even in PyPI. There is litellm-proxy-extras that need to be provided separately.
Note that litellm-proxy is a command not a package.
Pinned Comments