Replies: 1 comment 2 replies
-
Hello @moonwake769 did you try with the snap package for sol? https://snapcraft.io/install/solc/raspbian Also, I saw you also commented on those post @PatrickAlphaC have you any idea? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Unfortunately, every time I run
brownie compile
on my Raspberry Pi 4B 8GB RAM, it returns always:I see that ABIs are downloaded from
https://solc-bin.ethereum.org/linux-amd64/solc-linux-amd64-v0.4.26+commit.4563c3fc
which mean for AMD64-processors. But still I am also curious if anyone on M1 Mac's gets this issue too or it is only Raspberry Pi specific.I've tried to reinstall the
eth-brownie
andsolc
by running this commands:I surfed the internet and found this links:
https://ethereum.stackexchange.com/questions/103479/solcinstallationerror-downloaded-binary-would-not-execute-or-returned-unexpect
https://ethereum.stackexchange.com/questions/102866/how-to-compile-smart-contracts-using-brownie-on-raspberry-pi-4b
But they were not helpful.
And by the way there is a bounty if anyone can solve this problem. Would be nice!
I've also tried to compile from the source code, not using brownie but only Web3.py project from here.
Returned the SolcInstallationError:
Note that all Solidity projects work fine using a MacBook Pro
amd64
version processor.Beta Was this translation helpful? Give feedback.
All reactions