question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

64 bit arm not supported

See original GitHub issue

Environment information

  • py-solc-x Version: 0.10.0
  • solc 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:closed
  • Created 3 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
MatthiasLohrcommented, Jul 17, 2020

Sure! And thanks for reacting so quickly! Update is already installed, will test now.

1reaction
MatthiasLohrcommented, Jul 16, 2020

Next thing learned: Don’t try it with only 1GB RAM.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found