You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently attempting to install it with the updated requirements and pip install -r, but it's taking a while and eating into the swap quite a bit - I'll leave it to run for a while and see if it gets there or just crashes.
The text was updated successfully, but these errors were encountered:
It seems a recent update to moonraker means it now requires
dbus-fast
, which replaces the unmaintaineddbus-next
. The only changes necessary afaik should be to replacedbus-next
withdbus-fast
in themoonraker-requirements.txt
:https://github.com/Arksine/moonraker/blob/fad1a1531bc4d145ec01cbcb994f24284ccfece7/scripts/moonraker-requirements.txt#L18
Source: https://github.com/Arksine/moonraker/blob/fad1a1531bc4d145ec01cbcb994f24284ccfece7/docs/changelog.md?plain=1#L11
I'm currently attempting to install it with the updated requirements and
pip install -r
, but it's taking a while and eating into the swap quite a bit - I'll leave it to run for a while and see if it gets there or just crashes.The text was updated successfully, but these errors were encountered: