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
This is mentioned in the docs, but its not intuitive given how Python development normally works AND I'm going through this exact same learning curve today. ;-)
micropy install only makes the stubs available to vscode.
To install the package you need to use upip on your device (if it has network connectivity) use upip from your dev machine which you can then copy it over to your /src/lib or to use micropip.py.
I'm new to micropython, so this may well be the fault of inexperience but here goes:
I'm using your great tool under Windows and VS Code.
I'm trying to run some code that depends on urlli.parse and urllib.parse depends on a module called collections.
I have run 'micropy install micropython-urllib.parse' and 'micropy install micropython-collections'
However, once uploaded to my pycom fipy I keep getting the error
However:
Any idea where I'm going wrong?
The text was updated successfully, but these errors were encountered: