Frustrations with missing libraries?
Posted: Mon Aug 01, 2022 8:48 pm
Frustrations with missing libraries? I need get the 'copy' module, need to do a deep copy on a dictionary, so I find it under manage packages in thonny 'micropython-copy' I install it, now I need the 'types' module? So I find 'micropython-types' I install it... now I get...
1: python setup.py egg_info Check the logs for full command output.
minipip returned with error code 1
Which means the 'types' module is not really installed. What the heck do I do now?
I have to say, that the one frustrating thing with MicroPython is what appears to be no documentation now how to manage libraries. Thonny does it one way, others say just copy files to the root file system of the device, etc., etc, etc.
Very confusing and frustrating. Apparently there is a group of standard libraries on github, but how the heck do I know if I need those or something else? To fix the error above?
1: python setup.py egg_info Check the logs for full command output.
minipip returned with error code 1
Which means the 'types' module is not really installed. What the heck do I do now?
I have to say, that the one frustrating thing with MicroPython is what appears to be no documentation now how to manage libraries. Thonny does it one way, others say just copy files to the root file system of the device, etc., etc, etc.
Very confusing and frustrating. Apparently there is a group of standard libraries on github, but how the heck do I know if I need those or something else? To fix the error above?