Search Criteria
Package Details: open-webui-no-venv 0.6.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/open-webui-no-venv.git (read-only, click to copy) |
---|---|
Package Base: | open-webui-no-venv |
Description: | Web UI and OpenAI API for various LLM runners, including Ollama, built without creating virtualenv |
Upstream URL: | https://github.com/open-webui/open-webui |
Licenses: | MIT |
Conflicts: | open-webui, open-webui-git |
Submitter: | mistersmee |
Maintainer: | mistersmee |
Last Packager: | mistersmee |
Votes: | 3 |
Popularity: | 1.39 |
First Submitted: | 2025-01-05 15:58 (UTC) |
Last Updated: | 2025-04-14 10:04 (UTC) |
Dependencies (90)
- python (python37AUR, python311AUR, python310AUR)
- python-accelerateAUR
- python-aiocacheAUR
- python-aiofiles
- python-aiohttp (python-aiohttp-gitAUR)
- python-alembic
- python-asgiref
- python-authlib
- python-azure-coreAUR
- python-azure-identityAUR
- python-azure-storage-blobAUR
- python-beautifulsoup4
- python-black (python-black-gitAUR)
- python-boto3
- python-botocore (python-botocore-gitAUR)
- python-certifi
- python-chromadbAUR
- python-colbert-aiAUR
- python-datasets
- python-dotenv
- python-duckduckgo-searchAUR
- python-elasticsearch (python-elasticsearch7.13AUR)
- python-fastapi
- python-faster-whisperAUR
- python-fpdf2AUR
- python-ftfyAUR
- python-google-cloud-storageAUR
- python-huggingface-hub (python-huggingface-hub-gitAUR)
- python-importlib-metadata
- python-langchainAUR
- python-langchain-communityAUR
- python-langchain-coreAUR
- python-ldap3
- python-loguru
- python-markdown
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-opensearchAUR
- python-opentelemetry-apiAUR
- python-opentelemetry-exporter-otlp-proto-grpcAUR
- python-opentelemetry-instrumentationAUR
- python-opentelemetry-instrumentation-aiohttp-clientAUR
- python-opentelemetry-instrumentation-httpxAUR
- python-opentelemetry-instrumentation-loggingAUR
- python-opentelemetry-instrumentation-redisAUR
- python-opentelemetry-instrumentation-requestsAUR
- python-opentelemetry-instrumentation-sqlalchemyAUR
- python-opentelemetry-sdkAUR
- python-opentelemetry-semantic-conventionsAUR
- python-passlib
- python-peewee
- python-peewee-migrateAUR
- python-pgvectorAUR
- python-playwright (python-playwright-gitAUR)
- python-pydantic
- python-pydubAUR (python-pydub-gitAUR)
- python-pyjwt
- python-pymilvusAUR
- python-python-multipart
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-pytz
- python-qdrant-clientAUR
- python-redis
- python-requests
- python-sentence-transformersAUR
- python-socketio
- python-soundfile
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-starlette
- python-tiktoken (python-tiktoken-gitAUR)
- python-transformersAUR
- python-typer
- python-typing_extensions
- python-urllib3
- python-validators
- python-websocket-client
- python-websockets (python-websockets-gitAUR)
- python-yaml (python-yaml-gitAUR)
- python-yarl
- python-youtube-transcript-apiAUR
- tencentcloud-sdk-pythonAUR
- uvicorn
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- nvm (nvm-gitAUR) (make)
- python-build (make)
- python-hatch (python-hatch-gitAUR) (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- ollama (ollama-cuda-gitAUR, ollama-nogpu-gitAUR, ollama-for-amd-gitAUR, ollama-gitAUR, ollama-rocm-gitAUR) (optional)
- tika-serverAUR (optional)
Latest Comments
« First ‹ Previous 1 2
Skwal commented on 2025-02-02 15:56 (UTC) (edited on 2025-02-02 15:59 (UTC) by Skwal)
Hello and thank you for the work done!
This project interests me a lot, the gain compared to the docker installation is very important. Unfortunately, as I don't know anything about it, I had to go through AI to succeed in installing it because when checking for compilation it didn't go well, and at the end there was a hash error. There was also a problem with python, sorry I don't know anything about it and I can't give you any solutions...
I am very interested in this no-venv project, I hope that others will be interested too.
Thank you and good luck. p.s: I am using CachyOS.
Message translated from French by Google Translator.
Kind regards, Skwal
mistersmee commented on 2025-01-06 11:44 (UTC)
@evine, that is because a few of the dependencies listed upstream are transitive dependencies, e.g. Flask is a transitive dependency of uvicorn, and so on.
I've gone through every Python file in the upstream repo and looked for every
import <third party Python package>
and grabbed those as dependencies.evine commented on 2025-01-06 10:58 (UTC)
It seems that there are fewer dependencies than listed here: https://github.com/open-webui/open-webui/blob/main/pyproject.toml#L8-L105
« First ‹ Previous 1 2