ERROR: NetworKit compilation requires cmake. #288

ERROR: NetworKit compilation requires cmake. #288

我使用 python3.7 并安装了 minGW:

但是

pip install networkit

报错如下:

C:\Users\anjali\AppData\Local\Programs\Python\Python37\Scripts>pip install networkit
Collecting networkit
Using cached https://files.pythonhosted.org/packages/d4/36/39298b5c1ddccd062505e7e2f9dcb14235ddd158008bda62cdbb907de8e3/networkit-5.0.tar.gz
Complete output from command python setup.py egg_info:
ERROR: NetworKit compilation requires cmake.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\anjali\AppData\Local\Temp\pip-install-c4hcov67\networkit\

你能提供解决这个问题的方法吗?

此问题已在 this GitHub issue 中得到解答。 简而言之,Windows 尚不支持 NetworKit Python 构建,在那里只能构建 NetworKit C++ 核心并将其用作外部 C++ 库。 可能的解决方案是在 Linux VM 中安装 NetworKit 或使用 WSL。