> Thank you for your response. The output of the command echo `echo > DYLD_LIBRARY_PATH' is empty. Also the output of the `which gcc’ is > /usr/local/bin/gcc. This is probably a third-party gcc that you have installed at some point - and it doesn't seem to work since it throws a segmentation fault when you try to execute it. Please try compiling everything with clang instead:
$ export CC=/usr/bin/clang $ export CXX=/usr/bin/clang++ $ ~/anaconda/bin/pip uninstall python-igraph $ ~/anaconda/bin/pip install --verbose python-igraph Also, please let me know which version of Anaconda Python you are using. (Mine is Anaconda 2.2.0 and Python 2.7.10). T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
