-
Notifications
You must be signed in to change notification settings - Fork 18
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
GraphViz error while running grasp_erdos_renyi() function #2
Comments
This is the relevant error. You should first check where GraphViz binaires (including I'll leave this issue open for a few days, but this does not appear to be an issue with GraSP. |
@niruhan Hi Niruhan, I have the same issue, did you manage to solve that? Thanks! |
From Benjamin Girault:
zsh:1: command not found: neato
This is the relevant error. neato is a software part of the GraphViz
package. The error says that zsh is not able to find it, most likely
because the PATH is not set correctly.
You should first check where GraphViz binaires (including neata) are
installed, and then look for adding the folder they are in to your PATH.
I'll leave this issue open for a few days, but this does not appear to be
an issue with GraSP.
…On Fri, Sep 9, 2022 at 2:35 PM Jinhao Gu ***@***.***> wrote:
@niruhan <https://github.com/niruhan> Hi Niruhan, I have the same issue,
did you manage to solve that? Thanks!
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFWYIV7HCONDZPONQMG2ADV5OUR3ANCNFSM55EETXEA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I am trying to run the following example code provided at https://github.com/bgirault-ensai/GSP-Intro-GraSP-Code. I have installed GraSP toolbox for matlab.
I am getting the following error in the Matlab console
I have tried installing GraphViz using Homebrew and MacPorts. Both of them give the same error. My specs are as follows
Matlab - R2022a Update 3
MacOS - MacOS Monterey 12.4
Processor - M1 Pro
Kindly let me know if there is any resolution
The text was updated successfully, but these errors were encountered: