Open
Conversation
added language about installing node-canvas
Member
|
Why do we need to install this manually? |
Author
|
I'm a Mac so homebrew isn't installed by default. Nor are any of the requirements to build and compile pybricks. It took me a while to figure out all the areas to get it to build. |
Member
|
I'm just a bit confused why we need |
Author
|
it was a dependency for a dependency. I will have to look tomorrow which one.Yarn install complained about it and refused to build pybricks I was trying to build pybricks on my MacMy purpose is I want to try to make some additions to pybricks:Add a Sync Master file support to pybricks. Basically make our hub_menu.py a “sync master” so if we edit a task or our robot library and hit play to push code to the robot it actually sync the hub_menu and its dependencies Add telemetry support to pybricks - a floating or docked window with data from the motors and sensors displayed. It’s the one nice feature in spike prime that pybricks is missing Add “file not saved’ indicator to pybricks - put an asterisk after the file name if it’s been edited but not saved to disk. - display the name of the connected hub in the guiBtw, code y’all bundle the web app with the firmware for the robots? Our FLL laptops can’t connect to the school wifi so upgrading the robots requires taking them home
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added language about installing node-canvas