2

我使用 python3.7 并且安装的 minGW 有:

  • GCC 8.2.0-3,
  • CMake 3.13.3,
  • 忍者 1.8.2,
  • 赛通 0.29.3,

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\

你能提供一个解决方案来解决这个问题吗?

4

1 回答 1

1

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

于 2019-01-31T09:43:09.280 回答