-
Notifications
You must be signed in to change notification settings - Fork 20
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
Platformio shows only version 1.1.0 on M1 processors #34
Comments
Workaround to use latest version of the lib
|
Hi @Mir1001 ! A quick search and I find a similar (and old) thread for another package: https://community.platformio.org/t/apple-silicon-m1-chip-darwin-arm64-problem-with-xtensa32-toolchain/19270/3 - It seems the solution was to have a PlatformIO team member update the pacakge. I'm not familiar enough with the PlatformIO stack to know how to request them to compile the newer version. I see our library in the registry here: https://registry.platformio.org/libraries/jasonacox/TM1637TinyDisplay - I'll hunt around to see how we can request that they update to latest. Thanks for opening this! |
PlatformIO may need "version" element to pull latest version, as shown in https://docs.platformio.org/en/latest/librarymanager/creating.html.
I found https://docs.platformio.org/en/latest/librarymanager/creating.html which indicates that a version element in the manifest. I added that in hopes that it will cause the PlatformIO scanner to pick up and build the latest. |
I'm seeing this problem too in windows11 but the workaround to pull in the .git library is working fine for me. |
Searching for the library in Platformio PIO Home (Mac with M1 processor, VC) shows only the 1.1.0 version (the changelog in VC shows all versions). If I try to update it manually (platformio.ini), I get a following error:
The text was updated successfully, but these errors were encountered: