...
Got html2text 3.200.3.
Getting distribution for 'poster'.
Got poster 0.8.1.
Getting distribution for 'requests'.
Got requests 2.0.0.
Download error on
http://networkx.lanl.gov/wiki/download: [Errno 1] _ssl.c:490: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed -- Some packages may not be found!
Getting distribution for 'pygraphviz'.
Trying pkg-config
Package libcgraph was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcgraph.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcgraph' found
Package libcgraph was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcgraph.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcgraph' found
Trying dotneato-config
Failed to find dotneato-config
Your Graphviz installation could not be found.
1) You don't have Graphviz installed:
2) Your Graphviz package might incomplete.
Install the binary development subpackage (e.g. libgraphviz-dev or similar.)
3) You are using Windows
There are no PyGraphviz binary packages for Windows but you might be
able to build it from this source. See
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
error: None
An error occurred when trying to install pygraphviz 1.2. Look above this message for any errors that were output by easy_install.
While:
Installing django.
Getting distribution for 'pygraphviz'.
Error: Couldn't install: pygraphviz 1.2
- Is the SSL certificate verify problem causing Pygraphviz to not be able to download and install, or are the two messages coincidental?
- Has anyone else been running into SSL certificate problems lately? I just went through a big painful round of this stuff a few weeks ago at a completely different site.
- Is there a workaround I could use, knowing that we don't have root on this box?