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
The newly changed package manager mip can neither find any micropython-firebase related libraries, nor does the latest micropython have 'upip'.
This implies neither import upip upip.install('xyz-related-to-firebase')
nor import mip mip.install('xyz-related-to-firebase')
will work.
WORK-AROUND
Use an older version of micropython (I wish I got this idea sooner my problems would've been solved by now smh.)
WARNING
I don't know what libraries are available with the new mip package manager other than firebase-related libraries. I suggest checking them and mentioning the version of micropython compatible with them.
The text was updated successfully, but these errors were encountered:
The newly changed package manager
mip
can neither find any micropython-firebase related libraries, nor does the latest micropython have 'upip'.This implies neither
import upip
upip.install('xyz-related-to-firebase')
nor
import mip
mip.install('xyz-related-to-firebase')
will work.
WORK-AROUND
Use an older version of micropython (I wish I got this idea sooner my problems would've been solved by now smh.)
WARNING
I don't know what libraries are available with the new
mip
package manager other than firebase-related libraries. I suggest checking them and mentioning the version of micropython compatible with them.The text was updated successfully, but these errors were encountered: