Downloading/unpacking pygraphviz (from -r requirements.txt (line 2))
Running setup.py egg_info for package pygraphviz
/bin/sh: pkg-config: not found
/bin/sh: pkg-config: not found
Trying pkg-config
Trying dotneato-config
Failed to find dotneato-config
Your graphviz installation could not be found.
Either the graphviz package is missing on incomplete
(binary packages graphviz-dev or graphviz-devel missing?).
If you think your installation is correct you will need to manually
change the include_path and library_path variables in setup.py to
point to the correct locations of your graphviz installation.
The current setting of library_path and include_path is:
library_path=None
include_path=None
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/sites/.virtualenvs/colloquium/build/pygraphviz/setup.py", line 78, in <module>
raise OSError,"Error locating graphviz."
OSError: Error locating graphviz.
Complete output from command python setup.py egg_info:
/bin/sh: pkg-config: not found
/bin/sh: pkg-config: not found
Trying pkg-config
Trying dotneato-config
Failed to find dotneato-config
Your graphviz installation could not be found.
Either the graphviz package is missing on incomplete
(binary packages graphviz-dev or graphviz-devel missing?).
If you think your installation is correct you will need to manually
change the include_path and library_path variables in setup.py to
point to the correct locations of your graphviz installation.
The current setting of library_path and include_path is:
library_path=None
include_path=None
Traceback (most recent call last):
File "<string>", line 14, in <module>
File "/sites/.virtualenvs/colloquium/build/pygraphviz/setup.py", line 78, in <module>
raise OSError,"Error locating graphviz."
OSError: Error locating graphviz.
Re: Unable to install pygraphviz from pip? Can't find graphviz.
At little late to the party, but, one thing that worked for me was to install pkg-config . Looks like easy_install / pygraphviz really prefers that on Ubuntu.