cvk98 / Proxmox-load-balancer

Designed to constantly maintain the Proxmox cluster in balance
GNU General Public License v3.0
171 stars 20 forks source link

Proxmox 8.1 no logging - Loguru #18

Open Sabrimjd opened 7 months ago

Sabrimjd commented 7 months ago

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 7 months ago

Thanks for the information. I'll leave it in the dock.

tdoening commented 1 month ago

Can you make an instruction for a layman on how to run the script on Proxmox version 8?