-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cannot start parity - "curl" binary not found #5
Comments
Hi @cleanunicorn, thanks for reporting your issue. When Can I ask you to run the install script manually? Here you are basically triggering the download of parity by hand:
If it still fails, try removing from line 92 to line 98 in
and then run again:
You can also force the download with |
Hello @vrde! The parity download scrips works well and as I said, I already have parity available in the path. ╭─daniel@cola /tmp ‹ruby-2.5.3›
╰─$ ./parity_get.sh
Release selected is: beta
Upgrading parity from 2.4.6 to 2.5.1
[sudo] password for daniel:
╭─daniel@cola /tmp ‹ruby-2.5.3›
╰─$ parity --version
Parity Ethereum
version Parity-Ethereum/v2.5.1-beta-adabd81-20190514/x86_64-linux-gnu/rustc1.34.1
Copyright 2015-2019 Parity Technologies (UK) Ltd.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
By Wood/Paronyan/Kotewicz/Drwięga/Volf
Habermeier/Czaban/Greeff/Gotchac/Redmann
╭─daniel@cola /tmp ‹ruby-2.5.3›
╰─$ ethnode parity
Download latest parity version, please wait.
"curl" binary not found, please install and retry
Error downloading parity, this might be temporary, try again later. |
The problem should be in: I've just released version I've intsalled ethnode successfully on other GNU/Linux machines, and also on Mac. I'd like to help you more, but I don't have ideas for now. |
Description
Running
ethnode parity
fails with error.Version used:
Parity already is available in my path, meaning I can run
parity
to connect to the main Ethereum network. I also havegeth
in my path.My operating system is Arch Linux:
Current shell zsh:
The text was updated successfully, but these errors were encountered: