-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Lack of aarch64 support #134
Comments
Additionally when calling compile_solc('0.6.0'), compilation fails. Following is the log
|
It's probably not the cause of this error since this is building 0.6.0 but please note that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment information
py-solc-x
Version: 1.1.1solc
Version: 0.6.0What was wrong?
As per this PR #66 , aarch64 support was added, and no commits/changes were made to the relevant code. In the current master however these functions simply don't exist, see https://github.com/iamdefinitelyahuman/py-solc-x/blob/master/solcx/install.py
After installing py-solc-x attempting to run install_solcx('0.6.0'), the error
OSError: [Errno 8] Exec format error: '/home/ubuntu/.solcx/solc-v0.6.0'
is shown.How can it be fixed?
I suppose aarch64 support could be added back? I'm not aware of how, however.
The text was updated successfully, but these errors were encountered: