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

error owhile running in windows #950

Closed
massa-bot opened this issue Nov 11, 2021 · 3 comments
Closed

error owhile running in windows #950

massa-bot opened this issue Nov 11, 2021 · 3 comments

Comments

@massa-bot
Copy link

In GitLab by @screamolic

Compiling communication v0.1.0 (E:\IM\CRYPTO\massa\communication)
error[E0554]: #![feature] may not be used on the stable release channel
--> communication\src\lib.rs:3:1
|
3 | #![feature(drain_filter)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: #![feature] may not be used on the stable release channel
--> communication\src\lib.rs:4:1
|
4 | #![feature(ip)]
| ^^^^^^^^^^^^^^^

error[E0658]: use of unstable library feature 'map_into_keys_values'
--> communication\src\protocol\protocol_worker.rs:463:47
|
463 | let ops: Vec = ops.into_values().collect();
| ^^^^^^^^^^^
|
= note: see issue #75294 rust-lang/rust#75294 for more information

error: aborting due to 3 previous errors

Some errors have detailed explanations: E0554, E0658.
For more information about an error, try rustc --explain E0554.
error: could not compile communication

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed

@massa-bot
Copy link
Author

In GitLab by @gterzian

@screamolic It reads like you can try to install the latest nightly Rust and try again.

@massa-bot
Copy link
Author

In GitLab by @damip

We are going to write a better tutorial for windows.
It is scheduled.
Thanks for the feedback.

@massa-bot
Copy link
Author

In GitLab by @damip

Issue: https://gitlab.com/massalabs/massa/-/issues/49

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

1 participant