-
Notifications
You must be signed in to change notification settings - Fork 25
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
Running the cli command fails with trace #288
Comments
Hi @ShocKwav3, thanks for the report. Will have a fix out soon. Thanks. |
@ShocKwav3 you can downgrade markupsafe to version 2.0.1 while fix is preparing pip install --upgrade markupsafe==2.0.1 |
This should be fixed in the latest release candidate (v4.0.0.rc.1). Do note that (as of now) the v4 candidate does not support creating stubs on Windows when using python 3.10 (anything <=3.9 is supported). This is due to rshell depending on pyreadline, which breaks on windows w/ py 3.10. That said, I am working on a big improvement to how micropy talks with pyboards with support for using either rshell or https://github.com/Carglglz/upydevice as backends. This will support windows+py3.10 and (in the future) bridge into new features such as #228 / #107. Aiming to have this out prior to a final v4 release. |
Hi,
I am fairly new to micropython development and so far it's great. I was trying to setup the
micropy-cli
in order to get my vscode stop complaining about those errors. Unfortunately, I can't run the any commandmicropy-cli
. They fails with the following error trace:Any pointers on how I can fix this?
Thanks.
The text was updated successfully, but these errors were encountered: