-
Notifications
You must be signed in to change notification settings - Fork 104
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
[Bug-Candidate]: Unable to install solc versions on wsl ubuntu 20.04.06 #208
Comments
Hi! Does your network connectivity in WSL work fine otherwise? Can you confirm both the following commands work and show you some JSON? curl https://raw.githubusercontent.com/crytic/solc/new-list-json/linux/amd64/list.json -v curl https://binaries.soliditylang.org/linux-amd64/list.json -v If that works, can you confirm this downloads a binary correctly? curl https://binaries.soliditylang.org/linux-amd64/solc-linux-amd64-v0.8.20+commit.a1b79de6 -o test -v |
Hi, it seems when I run this command It works as expected. However when I try to run this command, curl https://binaries.soliditylang.org/linux-amd64/list.json -v |
If you have the possibility, could you try with a different internet provider/internet connection? Unfortunately that server that does not seem to work from your computer is an external server we don't have control over. |
I am able to do all three of these things and am also encountering this same problem. I'm not using WSL Ubuntu, but I am running it in a VirtualBox VM. I've tried completely removing all forms of solc from my computer, whether it be installed from snap, npm, solc-select, etc. I've purged it all. |
The http proxy setting in Windows CMD works for me.
Next, you can successfully run it in the terminal of the Ubuntu server. |
Closing this issue as it has not had activity for a while. If you are still experiencing issues on the latest release feel free to create a new issue. |
Describe the issue:
Hi, I have successfully downloaded solc-select. I have added ppa for ethereum however, I am unable to download any compiler versions for solc. When I use the command solc-select install 0.8.20. It just hangs there indefinitely after 10 minutes of waiting which I am quite confident that should not happen.
Code example to reproduce the issue:
N/A
Version:
0.2.0
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: