Reddit 安装 "Cannot find Cython. Skipping Cython build."
Reddit install "Cannot find Cython. Skipping Cython build."
我正在尝试下载 reddit 的开源版本来玩。
我正在关注:https://github.com/reddit/reddit/wiki/Install-guide
但是我收到一个错误:
Cannot find Cython. Skipping Cython build.
当运行:
python setup.py build
我正在使用 Mac Pro 和 Yosemite 如果这有什么不同的话。
我做错了什么?我用 Google 搜索了 "Cannot find Cython. Skipping Cython build reddit",但除了 https://github.com/reddit/reddit/blob/master/r2/setup.py
中的实际异常,我似乎没有看到任何相关内容
我发现的最接近的东西就是看 Cython:http://docs.cython.org/src/quickstart/install.html 其中列出:
Mac OS X To retrieve gcc, one option is to install Apple’s XCode,
which can be retrieved from the Mac OS X’s install DVDs or from
http://developer.apple.com.
但是我有一台最近更新的计算机,安装了 xcode 开发工具。我错过了什么?
我手动安装了它:
easy_install cython
我无法解决为什么它没有包含在 xcode 中,正如 Cython 指令所述。
我正在尝试下载 reddit 的开源版本来玩。
我正在关注:https://github.com/reddit/reddit/wiki/Install-guide
但是我收到一个错误:
Cannot find Cython. Skipping Cython build.
当运行:
python setup.py build
我正在使用 Mac Pro 和 Yosemite 如果这有什么不同的话。
我做错了什么?我用 Google 搜索了 "Cannot find Cython. Skipping Cython build reddit",但除了 https://github.com/reddit/reddit/blob/master/r2/setup.py
中的实际异常,我似乎没有看到任何相关内容我发现的最接近的东西就是看 Cython:http://docs.cython.org/src/quickstart/install.html 其中列出:
Mac OS X To retrieve gcc, one option is to install Apple’s XCode, which can be retrieved from the Mac OS X’s install DVDs or from http://developer.apple.com.
但是我有一台最近更新的计算机,安装了 xcode 开发工具。我错过了什么?
我手动安装了它:
easy_install cython
我无法解决为什么它没有包含在 xcode 中,正如 Cython 指令所述。