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
Requesting a feature to make this SDK installable by using mip (micropython pip)
Here is how the installation process looks like right now:
MicroPython v1.22.1 on 2024-01-05; Generic ESP32 module with ESP32
Type "help()" for more information.
>>> import mip
>>> mip.install('github:thingsboard/thingsboard-micropython-client-sdk')
Installing github:thingsboard/thingsboard-micropython-client-sdk/package.json to /lib
Package not found: github:thingsboard/thingsboard-micropython-client-sdk/package.json
Package may be partially installed
Requesting a feature to make this SDK installable by using
mip
(micropython pip)Here is how the installation process looks like right now:
Documentation for writing a
package.json
can be found here:https://docs.micropython.org/en/latest/reference/packages.html#writing-publishing-packages
The text was updated successfully, but these errors were encountered: