尝试在Ubuntu 15.04计算机上安装django cms。我想我已经解决了大部分依赖项,但每次尝试创建一个新项目时,都会收到以下错误消息:
Command "/usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-g6zu6pce-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ci_5xa9n-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-g6zu6pce-build
我在跟踪此事时没有任何运气。任何帮助将不胜感激。
编辑:setuptools,django和djangocms-installer都是使用virtualenv中的pip和pip3安装的。我最初得到了可怕的Pillow错误,但是我在系统范围内安装了Pillow,这似乎已经停止了。无论是那个还是我还没有达到那个目的。
我应该包含一个注释,但我不确定它是否有意义。当我第一次启动virtualenv时,我收到以下警告。它本身并不是一个错误,因为它允许我继续,但也许值得注意:
Running virtualenv with interpreter /usr/bin/python2 New python executable in env/bin/python2 Not overwriting existing python script env/bin/python (you must use env/bin/python2)
我使用
启动环境source env/bin/activate
它没有问题。