mip in the unix docker image #19688
Unanswered
jepler
asked this question in
Unix & Windows
Replies: 3 comments
|
I think @mattytrentini maintains the docker images
@jonnor agrees :
(mip not included currently) |
0 replies
|
Sorry @jepler, I noticed this recently but haven't updated it! For v1.29 I switched to using the unix port $ docker run -it --rm micropython/unix:v1.28.0I'll post here when I have a chance to update the v1.29 container. |
0 replies
|
Resolved now @jepler. |
0 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 not sure where to raise issues about the micropython unix port docker image https://hub.docker.com/r/micropython/unix
I was excited to find that this exists, but then sad to find out that
mipis not available in it:It would be nice if mip were included! I have a little micropython-targeted library I'd like to test during ci but it depends on datetime (which is in micropython-lib)...
Is there a different way I should go about this? (it'd also be neat but cursed if micropython was installable via pip like mpy-cross...)
All reactions