0
我正在安裝cython到我的python。安裝Cython遇到循環依賴
我解壓縮了tar.gz並執行了構建 - 安裝例程。
然後,setup.py告訴我:
Traceback (most recent call last):
File "setup.py", line 238, in <module>
compile_cython_modules(cython_profile, cython_compile_more, cython_with_refnanny)
File "setup.py", line 170, in compile_cython_modules
from Cython.Distutils import build_ext
ImportError: No module named Cython.Distutils
因此,這意味着,我需要用Cython安裝用Cython?
還是我錯過了一些重要的東西?
'pip install cython'怎麼樣? –
@KevinGuan不幸的是,我在一個沒有訪問互聯網的客戶端。 ez_install或pip將不起作用 – Chiron
嗯,也許檢查[這個問題](http://stackoverflow.com/questions/11108461/python-importerror-cython-distutils)? –