installed liquidctl with python3 -m pip install git+https://github.com/liquidctl/liquidctl#egg=liquidctl
everything works fine without issues, but once i reboot i found my RAM usage is increasing by time, looked at running processes and found more than 200 liquidctl processes with the following command liquidctl status --json, i opened a terminal and ran liquidctl initialize and all these processes starting to finish, so i did one more reboot and ran the liquidctl status --json command and it runs forever as long as liquictl is not initialized, so i added a cron job to run on boot and run liquidctl initialize.
I am not sure if I am doing something wrong or this is an issue, but just wanted to let you know about it.