Ross Barnowski
Ross Barnowski
It's difficult to tell what's going on from the problem description - it seems like you've tried both `conda` and `pip`, but it's not clear exactly what you tried and...
I'm not too familiar with Graphviz itself; do you have a minimal example of a `.dot` file you'd like to produce? It would be useful to have an example to...
You mention this above but I just want to restate it for extra emphasis: the problem is not that pygraphviz 1.7 *isn't supported* on these platforms, it's that pygraphviz depends...
I don't understand the issue, would you mind expanding on the OP a bit? Installing with the test suite is intentional (AFAIK) so that the installation is testable after install....
> If testing requires --pyargs pygraphviz that should be added in pytest.ini. I'm not sure what would be added to the config file... `pytest --pyargs` is the canonical incantation for...
I'm -0.5 on making `--pyargs` a default flag for pytest as I feel this has the potential to introduce complications for the development workflow. For example, if a developer is...
You are explicitly providing the path to the graphviz libs, but not the headers. When providing explicit paths you need to provide both - given the paths above, probably something...
NB to generate the `graphviz_wrap.c` file, I run `swig -python graphviz.i` from the the `pygraphviz` directory (i.e. this resulted in the changes seen in dddd896)
I canceled the CI runs here because they were also hanging with these changes.
So the problem with the approach in this PR is that the added `dup` also gets added to the `_wrap_agwrite` and `_wrap_gvRender` functions, but we only want this addition to...