-
Notifications
You must be signed in to change notification settings - Fork 25
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
stubs create process get stuck but won't give any errors #440
Comments
Hi @mttdr Thanks for opening up an issue. I would recommend upgrading to the latest beta There has been some much needed improvements since the latest stable in regards to stubs creation in that beta, so I expect you may see some very different results. I would also take a look at #400 for more information (and why the beta has not quite been pushed out yet.) If you are able to give that a try, would appreciate any updates regarding how it worked out for you. Thanks. |
Unfortunately it still gets stuck when copying stubs, this time at cmath.py:
Looking at the issue you link maybe it's worth mentioning that the board I'm using has 4mb of flash |
@mttdr Following up on this -- I suspect this issue has been resolved in the most recent stable release of micropy. Have you had a chance to try it? |
I am going to go ahead and close this as I suspect it as been resolved. Please let me know if otherwise. Thanks |
excuse me about the late reply. Yes I did manage to create stubs correctly. although I'm not sure if it was thanks to the update or to the new board I'm using (the first one was giving me other headaches and thankfully they sent me a new one) |
@mttdr No problem, and happy to hear you've had some success. |
Hello, I'm trying to create stubs from my Pico Lipo board (a clone of Raspberry Pi Pico, with added functionality) because I want support for auto-completion of libraries like
picographics
that are added by Pimoroni and not present in the standard rp2 stubs.I run
micropy stubs create /dev/ttyACM0
the process will start, proceed for a bit and then always get stuck at the same step when copying stubs (and a CPU thread will be at 100% until I cancel the command).See below for the complete log:
The text was updated successfully, but these errors were encountered: