-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Crash trying to run with generate-graphs #33
Comments
I had to install pygraphviz v1.5 like this (graphviz is installed from brew)
On the docs it sounds as the latest pygraphviz 1.7 has solved many setup issues compared to earlier version, but i was not able to make it work with swift-code-metrics |
I am facing the same issue with the exact same output as @dogo @weibel, I tried to downgrade pygraphviz as you suggested, but it was unsuccessful. Swift Code Metrics info
graphviz info
pygraphviz configuration
Run log
Any thoughts? 🤔 |
I am having the same issues. I would love for a workaround or a fix. Swift Code Metrics info
graphviz info
Run log
|
I finally got the graphs to work.
I don't know if all those uninstall and install are required. I checked the function of generating graphs throughout, but it wasn't until I unistalled pygraphviz, then reinstalled it with 1.7 that it worked. I did get a message saying 1.5 was required, but it rand and generated my graphs. |
Thanks @tfoltzfmr ! |
I've updated the minimum |
@matsoftware, I have updated |
I'm trying to run the command below but always crash.
Swift Code Metrics info
graphviz info
Run log
The text was updated successfully, but these errors were encountered: