Closed xnl-h4ck3r closed 2 years ago
Hello! I'm looking into this issue right now. I suspect the issue is that I haven't pinned the dependencies and one of them updated their public API in a way that makes it incompatible with how I wrote it.
Will write back when I know more.
Yup! indicatif
is the library we use to show the visual progress updates in the tool. They had a somewhat recent change and the version we depend on wasn't locked. I've updated armada to work with the latest indicatif
library and published the new version to https://crates.io.
Try reinstalling armada now and let me know if that works! I'm going to close this issue out, but feel free to ping me if you need more help.
That's @d0nutptr, works grat now!
Happy to hear it! :D
Enjoy armada!
Hi I'm having problems installing Armada on an Ubuntu VPS. It's
Ubuntu 20.04.3 LTS
anduname -r
shows5.4.0-120-generic
. I install cargo via rust up with no problem. I then runcargo install armada
, but everytime it gets to theCompiling armada v1.1.2
stage, it throws the errors below:I'm sure this is something obvious I haven't done, or something else set up incorrectly, but can anyone help with this? Regards Xnl