【发布时间】:2014-07-23 02:18:38
【问题描述】:
(1) 我从这里的链接开始安装 Kivy for Python:Kivy Mac Download,然后我注意到我没有 Cython...
(2) 所以我在参考了这个帖子后下载了Cython:ChrisB's Kivy-Cython Resolution,但是我不太了解他的2解决方案,所以我......
(3) 尝试通过以下方式安装 Cython:
python setup.py install
...当然是在正确的目录中。
产生的结果:
The following error occurred while trying to add or remove files in the installation directory:
[Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-948.write-test'
(4) 现在我正试图绕过这个错误来完成我的 Cython 安装以完成 Kivy 安装。
【问题讨论】:
标签: python osx-mavericks cython kivy