-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
RPCC Client Path #2
Comments
Hi, |
Hi @Kudaes : i didn't installed the suggested tool (RUST) , is it mandatory to install before running the compiler ? also, do i need to install as python or standalone installer ? |
Well, this project is composed of a C++ solution (which is not required to do anything with it, cause it is already compiled) and a Rust project. The syntax error that you are receiving comes from the Rust project, and because of that you wont be able to compile it without Rust environment tools installed. The installation should be pretty straightforward, just download and run the official binary from here. After you have installed Rust, you should be able to compile the project ;) |
I am running in windows 10 version 21H2 (os build 19044.1889)
getting code error
File "C:\Users\XXXXX\Downloads\Elevator-main\Elevator\Cargo.toml", line 7
rpcclient = { path = "rpcclient" }
^^^^^^^^^^^^^^^^^^
SyntaxError: invalid syntax. Maybe you meant '==' or ':=' instead of '='?
please support
The text was updated successfully, but these errors were encountered: