Script: LazyLibrarian
Reported by: @Shebuka
Guidelines
- Read and understood guidelines: yes
- Verbose mode used: no
Issue occurs during: Script Update
Environment
- Linux distribution: Debian
- Proxmox version: 9.1
- Default settings: Yes
- Advanced settings: No
- Exact command:
update
Description
After making pull of the main in the update script we need to run the '$STD pip install --break-system-packages .' command, otherwise if any dependency changes, we will not get it and the start will of the service will crash for missing module
Steps to reproduce
Run 'update' on the lxc container to update to latest master.
Restar the lxc.
Notice that lazylibrarian it's not stating.
Error output
If running manualy, a module missing error may appear
Additional context
Update from an old version to a new one where dependencies changed.
Script: LazyLibrarian
Reported by: @Shebuka
Guidelines
Issue occurs during: Script Update
Environment
updateDescription
After making pull of the main in the update script we need to run the '$STD pip install --break-system-packages .' command, otherwise if any dependency changes, we will not get it and the start will of the service will crash for missing module
Steps to reproduce
Run 'update' on the lxc container to update to latest master.
Restar the lxc.
Notice that lazylibrarian it's not stating.
Error output
If running manualy, a module missing error may appear
Additional context
Update from an old version to a new one where dependencies changed.