Replies: 1 comment 1 reply
-
@the-citto pyenv is not a supported method to install MicroPython. The latest version that pyenv has seems to be 1.21, which is multiple years old. If you have problems installing MicroPython with pyenv, please contact pyenv about it. The current release of MicroPython is 1.25.0. The official way to install MicroPython on Linux is documented here: https://github.com/micropython/micropython/tree/master/ports/unix On Arch Linux, there is also a package in AUR. It is reasonably well maintained. Was updated to 1.25 just a few days after the release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Port, board and/or hardware
none yet
MicroPython version
MicroPython-1.21.0, Arch Linux, pyenv
Reproduction
fails
Expected behaviour
Observed behaviour
stdout:
examples from
--verbose
/ logAdditional Information
I'm at the very beginning of my journey with
MicroPython
- thank you!I will use MicroPython with Raspberry PI Pico 2, but fisrt starting with setting up a development on my Linux machine.
I 10000 was extremely pleased to see that
pyenv
lists MicroPythonRegrettably I experienced the errors reported above and just a few online slim hints for how to solve - I wanted the convenience of pyenv
As all the warnings were the same
[-Werror=unterminated-string-initialization]
, sorted this - here for future Google searches and future meCode of Conduct
Yes, I agree
Beta Was this translation helpful? Give feedback.
All reactions