Adding ucontextlib to my MP

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
yanh
Posts: 4
Joined: Mon Oct 11, 2021 4:53 pm

Adding ucontextlib to my MP

Post by yanh » Tue Oct 12, 2021 11:36 am

Hey guys,

I am trying to add ucontextlib to my micropython compilation.

Can anyone give any pointers as to how to come about this?

I used `micropython -m pip install ucontextlib`, but for some reason the import still fails.

Can anyone please assist?

Post Reply