Trying to install like in the wiki, but replacing upip with mip. But I get the OSerror -6:
import mip
mip.install("micropython-umqtt.simple2")
Installing micropython-umqtt.simple2 (latest) from https://micropython.org/pi/v2 to /lib
Traceback (most recent call last):
File "", line 1, in
File "mip/init.py", line 1, in install
File "mip/init.py", line 1, in _install_package
File "mip/init.py", line 1, in _install_json
File "urequests.py", line 180, in get
File "urequests.py", line 76, in request
OSError: -6
I suppose this has something to do with the upip/mip migration. I used to be able to install like this.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
For example a piece of code that can be pasted into a micropython console.
Details (please complete the following information):
Trying to install like in the wiki, but replacing upip with mip. But I get the OSerror -6:
I suppose this has something to do with the upip/mip migration. I used to be able to install like this.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior: For example a piece of code that can be pasted into a micropython console.
Details (please complete the following information):