Issue #224: installation failed
Reported by: | Ian Kelling |
State: | resolved |
Created on: | 2016-06-05 22:21 |
Updated on: | 2016-06-06 01:04 |
Description
Debian 8: apt-get install python-pip pip install kallithea
tail of the output:
copying kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/README -> build/lib.linux-x86_64-2.7/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default
copying kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg -> build/lib.linux-x86_64-2.7/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default
copying kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/README -> build/lib.linux-x86_64-2.7/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons
copying kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg -> build/lib.linux-x86_64-2.7/kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons
copying kallithea/tests/vcs/aconfig -> build/lib.linux-x86_64-2.7/kallithea/tests/vcs
running install_lib
creating /usr/local/lib/python2.7/dist-packages/kallithea
error: could not create '/usr/local/lib/python2.7/dist-packages/kallithea': Permission denied
Cleaning up... Command /usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-XtaLa9/kallithea/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-cpzr5g-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-XtaLa9/kallithea Storing debug log for failure in /home/ian/.pip/pip.log
Attachments
Comments
Comment by Mads Kiilerich, on 2016-06-05 22:49
What instructions are you following?
Comment by Ian Kelling, on 2016-06-05 22:52
readme from: https://kallithea-scm.org/repos/kallithea
bitbucket did not perserve my newlines, first line is more like this:
apt-get install python-pip; pip install kallithea
Comment by Mads Kiilerich, on 2016-06-05 23:00
The information in the readme is obviously a very brief summary. It is correct that Kallithea can be installed with that pip command ... assuming you are running in a way where you can run pip. Thus the recommendation of using virtualenv and the reference to the more verbose installation instructions.
Comment by Ian Kelling, on 2016-06-05 23:08
I see. sudo pip install kallithea worked.
Comment by Ian Kelling, on 2016-06-06 01:04