mip.install fails with ImportError: no module named 'tls'
#16921
Replies: 2 comments 4 replies
-
I discovered that just trying to
Do I need to install some -dev library, I wonder? Do I need to recompile micropython differently than was done by Alpine? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like the alpine-supplied micropython is incomplete, somehow. I'd recommend removing it and Building from source. I have successfully run Regular Python3 as provided by alpine might be a better choice than MicroPython on linux. |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
I'm running the Unix port of micropython on a WiFi-enabled board (Pi Zero 2W). The OS is Alpine Linux armv7.
When I try to install anything with mip I get this error:
Beta Was this translation helpful? Give feedback.
All reactions