-
Notifications
You must be signed in to change notification settings - Fork 16
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
Problem with installing asyncio (Raspberry Pico) #9
Comments
There are two bundle-building problems preventing the inclusion of this library in the bundle. Please just use the release files: https://github.com/adafruit/Adafruit_CircuitPython_asyncio/releases/latest. I added a warning to the guide about this. |
adafruit/Adafruit_CircuitPython_Bundle#357 is in abeyance. |
Unfortunately, the release bundles do not carry .mpy for asyncio, either. I may be missing something... can you please review @dhalbert ?
|
@n6qr See comment above: #9 (comment). The bundle building is broken when trying to include |
@bakotomas I was able to follow the circuitpython build instructions to run a custom build with the default (main) branch of this repo, and asyncio is now in my build, so I'm able to get back underway with asyncio development. Note that you will have to select the correct board name from the repo port/[type]/board/[board-name] for your work when you run the 'make BOARD=[board-name]`. Also note that there is a great deal in /main that may not make it into 7.1.x, so please be weary. |
hi guys, I believe the library is not included in release files either, all https://github.com/adafruit/Adafruit_CircuitPython_asyncio/releases/tag/0.5.1 |
I will fix that, thanks. |
The library is now in the bundle correctly, e.g. https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/tag/20211217 |
This is fixed by adafruit/circup#132. |
Hello, any idea?
The text was updated successfully, but these errors were encountered: