-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not clear on how to properly install stubs? #753
Comments
I publish a combination of the firmware, do stubs and frozen stubs to Pypi. As I don't have the firmware stubs for your board specifically, you could install the Or you could run the firmware stubber on your board, and generate a complete package yourself. |
Oh sure, happy to help with running that! |
Not sure what OS you are using; but can you try to follow this 5 step process, and let me know what did / did not work for you , or how to improve ? https://gist.github.com/Josverl/76e65c96c0c9d43b9c54031fa1e4aa24 |
Oops, sorry for the long delay, for some reason GitHub didn't actually send me a notification of your comment! It was looking good right up until the end when it fell over:
I did a In terms of boards where the repository does have the stubs for it, which was more of the impetus for my original question, would the process to get the typings installed for VSCode be something like:
? My main confusion was that just running |
First a disclaimer, forgive me if this seems dense but I'm relatively new to this. 😅
I was looking at the list of firmware, I have an Unexpected Maker FeatherS2 ESP32 board and want to install the "frozen" stub for MicroPython 1.22.2 for that specific board. I see it exists on that page towards the bottom, and in the repository here, but if I search PyPi for just "frozen" there's only a handful of random boards listed, none of them up to date, and no sign of the FeatherS2 at all.
Are the stubs/frozen stubs/etc. in this repository meant to be all published to PyPi automatically? If not, is there some other specific method that's recommended to get them installed?
Thanks!
The text was updated successfully, but these errors were encountered: