Fix visualization in build #8

Merged
brad merged 2 commits from pr-7 into main 2026-02-13 11:37:09 -08:00
Owner
No description provided.
The previous approach using 'pip3 install --break-system-packages' was
a hack to bypass Debian's PEP 668 externally-managed-environment
protection. The proper solution is to use the native Debian package
python3-yaml, which:

- Integrates properly with the system package manager
- Avoids conflicts with system Python packages
- Follows Debian best practices for containerized environments
- No need for --break-system-packages flag
brad merged commit 1ba375bc2e into main 2026-02-13 11:37:09 -08:00
brad deleted branch pr-7 2026-02-13 11:37:10 -08:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
commune/sandbox!8
No description provided.