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
I get this error while try run it with podman (docker)
error log:
Running setup.py develop for lollms
Successfully installed Pillow-10.4.0 PyPDF2-3.0.1 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 annotated-types-0.7.0 anyio-4.4.0 ascii_colors-0.4.2 attrs-24.2.0 autopep8-2.3.1 beautifulsoup4-4.12.3 bidict-0.23.1 bs4-0.0.2 click-8.1.7 fastapi-0.114.1 filelock-3.16.0 freedom-search-0.1.9 frozenlist-1.4.1 fsspec-2024.9.0 googlesearch-python-1.2.5 h11-0.14.0 httpcore-1.0.5 httpx-0.27.2 huggingface-hub-0.24.7 jiter-0.5.0 lollms-10.0.0 lollmsvectordb-1.0.5 lxml-5.3.0 multidict-6.1.0 numpy-1.26.3 openai-1.45.0 outcome-1.3.0.post0 pipmaster-0.2.4 pycodestyle-2.12.1 pydantic-2.9.1 pydantic-core-2.23.3 python-engineio-4.9.1 python-multipart-0.0.9 python-socketio-5.11.4 pyyaml-6.0.2 regex-2024.9.11 safetensors-0.4.5 scrapemaster-0.2.0 selenium-4.24.0 setuptools-70.2.0 simple-websocket-1.0.0 sniffio-1.3.1 sortedcontainers-2.4.0 soupsieve-2.6 starlette-0.38.5 tiktoken-0.7.0 tokenizers-0.19.1 transformers-4.44.2 trio-0.26.2 trio-websocket-0.11.1 typing-extensions-4.12.2 uvicorn-0.30.6 websocket-client-1.8.0 wget-3.2 wsproto-1.2.0 yarl-1.11.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
/bin/sh: 1: cd: can't cd to lollms-webui/utilities/pipmaster
Error: building at STEP "RUN git clone --depth 1 --recurse-submodules https://github.com/ParisNeo/lollms-webui.git && cd lollms-webui/lollms_core && pip install -e . && cd ../.. && cd lollms-webui/utilities/pipmaster && pip install -e . && cd ../..": while running runtime: exit status 2
ERROR:podman_compose:Build command failed
Error: adding pod to state: name "pod_lollms-webui" is in use: pod already exists
Resolving "lollms-webui_lollms-webui" using unqualified-search registries (/etc/containers/registries.conf)
Trying to pull docker.io/library/lollms-webui_lollms-webui:latest...
Error: initializing source docker://lollms-webui_lollms-webui:latest: reading manifest latest in docker.io/library/lollms-webui_lollms-webui: requested access to the resource is denied
[lollms-webui] | Error: no container with name or ID "lollms-webui_lollms-webui_1" found: no such container
Steps to Reproduce
git clone https://github.com/ParisNeo/lollms-webui
cd lollms-webui
podman-compose up
I've tried do chmod 777./* to the github folder
The text was updated successfully, but these errors were encountered:
Expected Behavior
Run good
Current Behavior
I get this error while try run it with podman (docker)
error log:
Steps to Reproduce
I've tried do
chmod 777./*
to the github folderThe text was updated successfully, but these errors were encountered: