mirror of
https://github.com/cvk98/Proxmox-load-balancer.git
synced 2026-04-25 04:25:50 +03:00
[GH-ISSUE #18] Proxmox 8.1 no logging - Loguru #12
Labels
No labels
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxmox-load-balancer#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sabrimjd on GitHub (Nov 24, 2023).
Original GitHub issue: https://github.com/cvk98/Proxmox-load-balancer/issues/18
Hello Team,
just wanted to share the info, proxmox 8.x upgrades loguru to 0.7.x which doesn't work in python3.11.
Using 3.9 SDK works but in 8.1 there is only 3.11 which this script doesn't work with.
Solution: apt remove python3-loguru and force using pip3 install -r requirements.txt.
Thanks a lot for this load balancer!
@cvk98 commented on GitHub (Nov 24, 2023):
Thanks for the information. I'll leave it in the dock.
@tdoening commented on GitHub (May 28, 2024):
Can you make an instruction for a layman on how to run the script on Proxmox version 8?