Skip to content

Browser Hand: Python 3 detection shows ✗ even when python3 is installed #405

@f-liva

Description

@f-liva

Description

In the Browser Hand activation page, the Python 3 requirement check shows ✗ Python 3 must be installed even though python3 is already installed in the system.

Image

Running apt install python3 from inside the container confirms it's already installed:

root@cloud:/# sudo apt install python3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3 is already the newest version (3.11.2-1+b1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Contradictory UI Messages

After clicking through the installation steps, the dashboard shows contradictory messages:

  • ✓ Installation complete!
  • python3 — Python 3 must be installed installed successfully
  • playwright — Playwright must be installed is already available

So it detects python3 and playwright as available, but the initial check still shows ✗.

Expected Behavior

The Python 3 requirement check should detect that python3 is already installed and show ✓ from the start, without requiring the user to go through the installation steps.

Environment

  • OpenFang v0.3.26 running in Docker (debian:bookworm-slim)
  • python3 installed via apt
  • playwright installed via pip3
  • Chromium installed via playwright install --with-deps chromium

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions