-
Notifications
You must be signed in to change notification settings - Fork 90
Add installation information for macOS #803
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
base: main
Are you sure you want to change the base?
Conversation
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
|
recheck |
|
Hi @crisely09 , thank you for your contribution! :) Can you please sign the MLCommons CLA? |
Hi, I have sent the CLA already by email. Thank you! |
|
I am member of MLCommons organization, the CLA check should pass now, I think. |
| pygraphviz | ||
| ``` | ||
|
|
||
| The command can fail also due to missing a rust compiler. The standar way to install it is: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The command can fail also due to missing a rust compiler. The standar way to install it is: | |
| The command can fail also due to missing a rust compiler. The standard way to install it is: |
| ### macOS possible issues | ||
|
|
||
| In the case of macOS graphviz and pygraphviz can be installed with brew, running: | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ``` | |
| ```shell |
| ``` | ||
|
|
||
| The command can fail also due to missing a rust compiler. The standar way to install it is: | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ``` | |
| ```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix a small typo and add "shell" language code to two code blocks.
I had a few issues installing mlcroissant in a recently formatted MacBook Pro.
This PR adds the steps I had to take to solve those issues to the README file.