0

I'm following Django-CMS's quick start tutorial. When trying to setup the project using djangocms -f -p . mysite, and using recommended settings, when it's installing the required dependencies it comes with this pip error:

`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\`

I'm on windows, and not sure what it means, nor how to fix it.

The solutions to the other question don't work on windows.

Anonymous
  • 11,740
  • 3
  • 40
  • 50
lux
  • 411
  • 7
  • 17
  • Possible duplicate of [getting error when creating a new django-cms project](http://stackoverflow.com/questions/24185104/getting-error-when-creating-a-new-django-cms-project) – thanksd Jun 04 '16 at 14:37
  • @thanksd I see it's the same error, but the solutions don't work on Windows unfortunately. – lux Jun 04 '16 at 14:55
  • Upon further investigation I see that my error is slightly different. – lux Jun 04 '16 at 15:04
  • Could you post pip.log and file C:\Users\Kasper\AppData\Local\Temp\pip-91wvs4yy-record\install-record.txt? Looks like a failed compilation, maybe due to some missing binary library – yakky Jun 18 '16 at 17:08

0 Answers0