Skip to content
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

install python-graphviz with conda #109

Merged
merged 4 commits into from
Sep 23, 2024
Merged

install python-graphviz with conda #109

merged 4 commits into from
Sep 23, 2024

Conversation

patricktnast
Copy link
Contributor

@patricktnast patricktnast commented Sep 19, 2024

install python-graphviz with conda

Description

Changes and notes

jenkins builds are failing with:
graphviz.backend.execute.ExecutableNotFound: failed to execute PosixPath('dot'), make sure the Graphviz executables are on your systems' PATH
it seems that pip installing graphviz is not enough, as this package requires some graphviz libraries to be installed and configured on the host operating system. pygraphviz doesn't seem to work either. sudo apt install graphviz is not an available option to us, and I'd prefer not to directly download and install the package from source.

It seems, however, that conda install python-graphviz sets this up in the way we need it, maybe because its handling some C libraries. I added it to the Makefile--not sure if there is some other way to manage this more cleanly.

Verification and Testing

@patricktnast patricktnast changed the title Update setup.py install python-graphviz with conda Sep 19, 2024
@patricktnast
Copy link
Contributor Author

@patricktnast patricktnast merged commit 548cce4 into main Sep 23, 2024
4 checks passed
@patricktnast patricktnast deleted the graphviz branch September 23, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants