-
Notifications
You must be signed in to change notification settings - Fork 517
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
probe-rs-tools installation fails #579
Comments
Thanks much for bringing this to our attention! That said, I'm not sure how to proceed. It looks like the method for installing the Current Several choices here: guidance appreciated:
|
Threw a bunch of stuff in the air. We'll see how it falls. |
Turns out that |
Thanks @BartMassey - just confirming that installing the locked version works for me on another system. That seems like the quickest/simplest fix for the tutorial. I'm not sure what the tradeoff would be for using the locked build vs the official installer. |
The larger problem is that probe-rs apparently released 0.24.0 to crates.io "by mistake" and doesn't plan to release future versions in this way. I too don't understand what tradeoffs prompted this. That said, I'm glad this worked for you and have a PR to adjust the Book accordingly. Thanks much. |
While this issue is open... it is also worth mentioning the guide also neglects to include installing Visual Studio, which is apparently required to compile Even after installing Error
Although I have visual studio enterprise 2022 installed, this error persisted until I installed C++ cmake tools via visual studio. After doing this, I tried installing per the current guide and got the same I tried doing the error[E0658]
|
Circling back around to this, I was able to resolve this by upgrading rust from 1.76.0 to 1.80.1 -- then the The guide currently says Rust 1.57.0 or newer should work, but it seems like an even newer version of rust is actually needed to get probe-rs installed now. |
It looks like |
In Ubuntu, installing probe-rs-tools with cargo as indicated at
discovery/microbit/src/03-setup/README.md
Line 72 in 7100443
error[E0252]: the name
FromBytes
is defined multiple timesAccording to the latest probe-rs release notes, the toolkit should instead be installed via a shell/powershell script. https://github.com/probe-rs/probe-rs/releases has the relevant commands.
The text was updated successfully, but these errors were encountered: