Assertion error -6 (Graphviz on macOS)
See original GitHub issueI see a similar issue to issue #222 and #203 but with some differences: assertion code is ‘-6’ and I see this message terminating with uncaught exception of type NSException\n"
I did follow the steps outlined here: https://github.com/pydot/pydot/issues/203#issuecomment-533164709
I isolated the issue to the dot string: offending-dot-string.txt
with the following message: message.txt
I apologize. I am not sure how I to trouble shot the issue.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
Make sure the Graphviz executables are on your system's ...
I'm on macOS Catalina 10.15.3, and I had a similar error: ExecutableNotFound: failed to ...
Read more >GraphViz not working when imported inside PydotPlus ...
In my case I am able to find graphviz executables manually in anaconda3\Library\bin\graphviz , but I still would get the GraphViz's Executables not...
Read more >exported-issues-01-July-2016.xml - Nothing Here - Graphviz
<br> error, whilst laying out the same graph without subgraphs (some ... I have tested with: * graphviz 2.38.0 (20140413.2041) under OSX ......
Read more >macOS Big Sur Problems - MacPorts Trac
MacPorts must be re-installed in a version configured for macOS 11 Big ... #61610: p5-inline-python @0.5.6: error: implicit declaration of ...
Read more >CHANGELOG.md · main · graphviz / graphviz - GitLab
This was arguably a regression in Graphviz 6.0.1. ... #14; Failed assertion in chkSgraph for dot layout and ortho splines. #1408; Failed assertion...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Apologies. I added the
offending-dot-string.dot
file to the directory and re-ran the set of commands. The output is here: output_testing-commands-with-dot-string.txt.In the mean time, I am working to update the version of graphviz. This might take a moment (conda and the time to solve environments). But, once done, I will rerun the set of comments, investigate the issues you shared, and report back.
Thank you, Peter!
Ok, cool, that means that the upgrade really solved it and I can mention that in issue pydot/pydot#233. Thank you for taking those extra steps! And good luck with your work, let us know if you run into any problems when adding pydot to the mix!