-
Notifications
You must be signed in to change notification settings - Fork 326
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
having trouble installing custom solc #509
Comments
You need to add |
This is already included in the above commands, where |
Oh, right, I missed the linebreak 😅 |
@adrianmcli you can use dapp with a custom solc path. So if you install 0.6.12 through other means you can do for example: |
@adrianmcli well if you're feeling motivated you could try and fix the Apart from that you can also pass a path to a |
haha, nice timing @MrChico 😁 |
I followed this particular issue here: #312 I removed However, when I run
|
Even with this command:
I am still getting the same error. But if you run |
@adrianmcli are you on latest master? The custom solc path hasn't been included in a release yet, so you would need to build directly from master (
Because we like predictable environments and to be able to quickly switch between solc versions :) |
This doesn't seem to be working so well right now.
What does this do? I run it in my terminal and nothing happens. |
It installs the latest |
@adrianmcli closing this issue as it should be fixed by using a custom solc path. Reopen if there are still uncertainties |
I'm trying to install solc v0.6.12, but keep running into issues (I'm on a Mac).
You can see the various commands I tried above. Not sure what I'm doing wrong, I'm just following what the README says.
The text was updated successfully, but these errors were encountered: