-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue building "cu-rp-balancebot" #235
Comments
Hi, could you try to build it from source and run it from source? It is passing the CI currently, and I can work with that on my laptop with the same setup. There may be an issue with the release on the crates.io |
A dependency was not completely pinned down and 2 versions of libmachina got brought in. Fix on its way. |
@avanmalleghem cargo update
cargo install cu-rp-balancebot
balancebot-sim ... should work |
Works ! Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
When
cargo install cu-rp-balancebot
on my laptop, I ran into the following issue:I understand this is a libmacchina versions mismatch because cu-consolemon tries to use both v7.3.1 and v8.0.0 but I'm not sure how to solve it the clean way.
Setup
The text was updated successfully, but these errors were encountered: