使用Django CMS安装程序时出错

时间:2016-06-04 14:17:56

标签: python django django-cms

我正在关注Django-CMS的快速入门教程。当尝试使用djangocms -f -p . mysite设置项目并使用推荐的设置时,在安装所需的依赖项时,它会出现此pip错误:

`Command "c:\users\kasper\appdata\local\programs\python\python35-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Kasper\\AppData\\Local\\Temp\\pip-build-9abaaes2\\django-cms\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\Kasper\AppData\Local\Temp\pip-91wvs4yy-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Kasper\AppData\Local\Temp\pip-build-9abaaes2\django-cms\`

我在Windows上,不确定它的含义,也不确定如何修复它。

其他问题的解决方案不适用于Windows。

0 个答案:

没有答案