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

pygraphviz installation clean up #6

Open
brando90 opened this issue Sep 9, 2021 · 1 comment
Open

pygraphviz installation clean up #6

brando90 opened this issue Sep 9, 2021 · 1 comment

Comments

@brando90
Copy link
Owner

brando90 commented Sep 9, 2021

goal is that installing pygraphviz is not an issue and that it works with pip install -e ..
Seems that for now using conda install -y -c conda-forge pygraphviz works if issues arise or if graphviz is installed in the system.

ref: https://stackoverflow.com/questions/67509980/how-does-one-install-pygraphviz-on-a-hpc-cluster-without-errors-even-when-graphv

@brando90
Copy link
Owner Author

brando90 commented Sep 9, 2021

Due to a depedency on pygraphviz you will likely need to install graphviz first. Next, install graphviz. On mac, brew install graphviz. On Ubuntu, sudo apt install graphviz. After graphviz is install, install uutils in edibable mode and all it's depedencies with pip:

pip install -e ~/ultimate-utils/ultimate-utils-proj-src

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

No branches or pull requests

1 participant