In order to install networkit... I tried
pip install networkit
But it threw error ....
ERROR: No suitable compiler found. Install any of these: ['g++', 'g++-8', 'g++-7', 'g++-6.1', 'g++-6', 'g++-5.3', 'g++-5.2', 'g++-5.1', 'g++-5', 'g++-4.9', 'g++-4.8', 'clang++', 'clang++-3.8', 'clang++-3.7']
I then thought of directly running source code of networkit. So i downloaded it from Networkit and ran python setup.py install
But all this throwing same error. Any ideas?
https://github.com/networkit/networkit#requirements lists following as requirements:
Error you see is saying that python setup cannot locate any c++ compilers.
Depending on on your platform, you need to install at least working compiler and cmake - how/what, depends on your os/distribution.