Closed D1plo1d closed 2 years ago
This appears to be an rusb
issue by way of probe-rs
: https://github.com/a1ien/rusb/issues/117
The workaround for now is to remove older versions of libusb and then re-try installing probe-run:
sudo apt remove libusb-dev libusb-0.1-4
Hi! Thanks for the diagnosis. Had exactly the same problem on the same OS version. Your solution worked fine for me.
In libusb1-sys 0.6.2 this problem should be fixed
@a1ien said:
In libusb1-sys 0.6.2 this problem should be fixed
Thank you! But I think we still need to wait for a new rusb
version and then a new probe-rs
.
According to our lockfile, we're already using libusb1-sys 0.6.2.
According to our lockfile, we're already using libusb1-sys 0.6.2.
That's nice. So I think we are done here :)
Needs a probe-run release though
Needs a probe-run release though
That's long overdue anyways 😉
Describe the bug
probe-run v0.3.1 fails to install on my system (Ubuntu 20.04 LTS) however v0.3.0 installs without issue.
To Reproduce Steps to reproduce the behavior:
cargo install probe-run --version 0.3.0
cargo install probe-run --version 0.3.1