Skip to content
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

Closed
alokjain024 opened this issue Aug 29, 2022 · 3 comments
Closed

RPCC Client Path #2

alokjain024 opened this issue Aug 29, 2022 · 3 comments

Comments

@alokjain024
Copy link

alokjain024 commented Aug 29, 2022

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 '='?
issue

please support

@Kudaes
Copy link
Owner

Kudaes commented Aug 29, 2022

Hi,
What version of rustc are you running?

@alokjain024
Copy link
Author

alokjain024 commented Aug 29, 2022

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 ?

@Kudaes
Copy link
Owner

Kudaes commented Aug 29, 2022

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 ;)

@Kudaes Kudaes closed this as completed Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants