micropython-umqtt.simple2 icon indicating copy to clipboard operation
micropython-umqtt.simple2 copied to clipboard

OSError -6

Open springjools opened this issue 2 years ago • 1 comments

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):

  • Device board: rpi pico W
  • Micropython version: 1.20
  • Library version [e.g. 0.1]

springjools avatar Jun 25 '23 19:06 springjools

Any updates?

springjools avatar Oct 03 '23 18:10 springjools