You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded firmware to esp8266-1m-20230426-v1.20.0
and cannot install packages via mip:
>>> mip.install('requests')
Installing requests (latest) from https://micropython.org/pi/v2 to /lib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
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: -2
>>> mip.install('urequests')
Installing urequests (latest) from https://micropython.org/pi/v2 to /lib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
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: -2
>>> mip.install('micropython-urequests')
Installing micropython-urequests (latest) from https://micropython.org/pi/v2 to /lib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
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: -2
>>> mip.install('micropython-requests')
Installing micropython-requests (latest) from https://micropython.org/pi/v2 to /lib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
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: -2
The text was updated successfully, but these errors were encountered:
I just upgraded firmware to esp8266-1m-20230426-v1.20.0
and cannot install packages via mip:
The text was updated successfully, but these errors were encountered: