问题描述
嗨,我正在尝试安装 Networkit,它需要 Cython。虽然我已经有了 Cython,但它说我没有。如何解决?
[namesurname@machine ~]$ pip3 install networkit
Collecting networkit
Using cached https://files.pythonhosted.org/packages/21/57/ded0f4e20fc99b25138237063ad614de75883ac1d66f2b324fbfdc355738/networkit-9.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>",line 1,in <module>
File "/tmp/pip-build-4alpoulv/networkit/setup.py",line 7,in <module>
from Cython.Build import cythonize
ModuleNotFoundError: No module named 'Cython'
----------------------------------------
Command "python setup.py egg_info" Failed with error code 1 in /tmp/pip-build-4alpoulv/networkit/
[namesurname@machine ~]$ cython --version
Cython version 0.19
[namesurname@machine ~]$
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)