64 bit arm not supported
See original GitHub issueEnvironment information
py-solc-x
Version: 0.10.0solc
Version: 0.6.1- Python Version: 3.8.2
- OS: Ubuntu (Raspberry Pi, 64 Bit)
What was wrong?
According to release v0.10.0
, arm architectures should be supported. However, it seems that this support is only limited to 32 bit arm architectures.
Code is checking for platform.machine() ^= "arm"
, but on my Raspberry Pi 3 B+ with Ubuntu/64 bit support, platform.machine()
returns aarch64
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Apple ARM Support · Issue #3033 · sass/node-sass - GitHub
I'm facing this error when running compilation with MB Air M1: Error: Node Sass does not yet support your current environment: OS X...
Read more >Windows Arm-based PCs FAQ - Microsoft Support
64 -bit (x64) apps won't work. You'll need 64-bit (Arm64) apps, 32-bit (Arm32) apps, or 32-bit (x86) apps. You can usually find 32-bit...
Read more >How to fix: “Error: Node Sass does not yet support your current ...
This error indicates that the version of node-sass you are trying to run is not compatible with the ARM64 arch. ARM CPU is...
Read more >Node Sass does not yet support your current environment
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88) · Ask Question. Asked 2 years, 1 month...
Read more >Support 64-bit architectures - Android Developers
For the ARM architecture, the 32-bit libraries are located in armeabi-v7a. The 64-bit equivalent is arm64-v8a. For the x86 architecture, look for x86...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure! And thanks for reacting so quickly! Update is already installed, will test now.
Next thing learned: Don’t try it with only 1GB RAM.