-
-
Notifications
You must be signed in to change notification settings - Fork 41
[BUG] venv podman-compose detection is broken #94
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
quickstart.sh complains that podman-compose is not installed in the venv, even though it actually is in the venv.
running setup.sh also says that podman-compose is not installed in the venv.
See Below:
# setup.sh
INFO: Checking if podman is installed
SUCCESS: podman is installed: podman version 5.7.0
INFO: Checking if podman-compose is installed
INFO: Python environment: Virtual environment at /home/aarron/.local/bin/linoffice/venv
ERROR: podman-compose is not installed in virtual environment.
HOW TO FIX:
The virtual environment needs podman-compose installed.
Run: /home/aarron/.local/bin/linoffice/venv/bin/python3 -m pip install podman-compose# checking venv for podman-compose
$ /home/aarron/.local/bin/linoffice/venv/bin/python3 -m pip install podman-compose
Requirement already satisfied: podman-compose in /home/aarron/.local/bin/linoffice/venv/lib/python3.14/site-packages (1.5.0)
Requirement already satisfied: python-dotenv in /home/aarron/.local/bin/linoffice/venv/lib/python3.14/site-packages (from podman-compose) (1.2.1)
Requirement already satisfied: pyyaml in /home/aarron/.local/lib/python3.14/site-packages (from podman-compose) (6.0.3)
System information
- LinOffice version: Latest
- Linux distribution: Bazzite DX
- Desktop environment: KDE
- Wayland
- How did you install Podman-Compose (e.g. from repo or via pip): VENV
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working