Erro com o PIP / Buster Instalador

1

Eu tenho um problema ao instalar o Buster via PIP.

Eu acho que o problema está relacionado com o Python. PIP escolhe o Python2, mas como o PIP pode usar o Python 3?

Aqui está o erro na linha de comando após pip install buster ; Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_felixinx/buster/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ZR6weF-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_felixinx/buster Storing debug log for failure in /home/felixinx/.pip/pip.log

E aqui está o log ( /home/felixinx/.pip/pip.log );

Demasiado tempo, então eu coloquei no Github Gist ... pip.log

Obrigado

    
por Félix Desjardins 13.04.2015 / 02:13

1 resposta

1

Esta instalação está falhando por falta de permissões.

creating /usr/local/lib/python2.7/dist-packages/buster
error: could not create '/usr/local/lib/python2.7/dist-packages/buster': Permission denied

Você instalou com sudo ?:

sudo pip install buster

    
por Javier Rivera 14.04.2015 / 08:40

Tags