-
Notifications
You must be signed in to change notification settings - Fork 14
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
Installation fails #48
Comments
Ah the iter_zip (awesome function) is only enabled in nightly versions. To install nightly: rustup default nightly To set nightly: rustup default nightly To set back to stable: rustup default stable I will add this to the docs or more likely replace the Thanks for the report :) |
I think we can solve this by adding a Prerequisites section to the README. This is a good place to explain how to install Rust and the fact that it needs to be nightly :) |
Verified that the latest version works with the stable version of Rust. I still think that we need to add a prerequisites section to the README, but I'll close this one and add a new issue. |
When following the installation guide in the README, the installation fails with the following error:
Since I didn't have the Rust toolbelt installed on my system, it's worth mentioning that I installed it prior to attempting to install the aries-cli by following the official installation guide.
The text was updated successfully, but these errors were encountered: