-
Notifications
You must be signed in to change notification settings - Fork 61
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
[Bug] Installation error #429
Comments
@StarGachinum Could you, please, review #430? Would that be enough? |
@frol, I think it is enough. Thanks |
akorchyn
pushed a commit
that referenced
this issue
Dec 23, 2024
…e code (#430) Closes #429 @race-of-sloths include
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
If you try to install near-cli-rs with cargo:
cargo install near-cli-rs
it will throw an error because libudev package is missing.Though this error can be fixed by installing libudev:
sudo apt install build-essential cmake pkg-config libudev-dev
, it is not very user-friendly. I think, it will be good to either mention this situation in docs or modify installation process.Not sure, but this can be related #319
Error message:
User Story
I have just installed a new OS and was setting it up for work with near. I decided to install
near-cli-rs
, and, because it's written in rust, I naturally tried to install it with cargo. But I got an error.OS: Ubuntu 24.04.1
Steps to reproduce:
near-cli-rs
installedlibudev
installedcargo install near-cli-rs
Acceptance Criteria
Mention
libudev
in the docs https://docs.near.org/tools/near-clior
Modify the installation process
Resources & Additional Notes
No response
Priority
🟡 P2 : Medium
The text was updated successfully, but these errors were encountered: