Forums

django-lfs

try to install django-lfs type pip install djangol-lfs

it answer: creating /usr/local/lib/python2.6/dist-packages/lfs

error: could not create '/usr/local/lib/python2.6/dist-packages/lfs': Read-only file system

how can i fix it?

Normally, you can use the --user flag to install packages to your own private sandbox. However, it looks like django-lfs needs to compile some stuff to work, so that won't work in this case.

I'll add it to the list of packages we should have pre-installed.

it work, but where is pillow in requirements, install fail

unable to execute gcc: No such file or directory error: command 'gcc' failed with exit status 1

thank you