You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solc Version: attempting to install latest (0.8.15)
Python Version: 3.10.5
OS: macOS 12.4
What was wrong?
Installed py-solc-x and tried to install latest solc via:
>>>importsolcx>>>solcx.install_solc()
Ended up with:
How can it be fixed?
It seems a few years back there was a PR to fix a similar issue, and automatically compile solc from source on ARM computers like the M1 Macs. At some point later, however, it seems like the download URL was hardcoded to the path of the amd64 binary and the specific _install_solc_arm() function removed in later commits db7c859, 54eb452
With the original fix from the PR, the path for ARM installation was to just compile solc from source. I imagine this route can be taken again, it just needs to be added to the branch that runs for macOS installation.
The text was updated successfully, but these errors were encountered:
Environment information
py-solc-x
Version: 1.1.1solc
Version: attempting to install latest (0.8.15)What was wrong?
Installed py-solc-x and tried to install latest solc via:
Ended up with:
How can it be fixed?
It seems a few years back there was a PR to fix a similar issue, and automatically compile solc from source on ARM computers like the M1 Macs. At some point later, however, it seems like the download URL was hardcoded to the path of the
amd64
binary and the specific_install_solc_arm()
function removed in later commits db7c859, 54eb452With the original fix from the PR, the path for ARM installation was to just compile solc from source. I imagine this route can be taken again, it just needs to be added to the branch that runs for macOS installation.
The text was updated successfully, but these errors were encountered: