Falha na instalação do pacote p4 para python

0

Eu uso o Ubuntu que tem o python 3.5 instalado, mas o pacote que eu preciso usar com o Python é portado apenas para o Python 2. Assim, eu instalei o Python 2.7.9 no sistema e ele é o python padrão do sistema. No entanto, quando tento instalar o pacote, ele ficou preso na linha 15, sugerindo instalar o modelo futuro, que foi colocado. Aqui estão os detalhes:

suranee@ubuntu:~/Downloads/p4$ python setup.py build
Traceback (most recent call last):
  File "setup.py", line 14, in <module>
    raise ImportError("You will want to install the future module, probably via 'pip install future'")
ImportError: You will want to install the future module, probably via 'pip install future'
suranee@ubuntu:~/Downloads/p4$ pip install future
Requirement already satisfied (use --upgrade to upgrade): future in /usr/local/lib/python2.7/dist-packages
Cleaning up...
suranee@ubuntu:~/Downloads/p4$ python setup.py build
Traceback (most recent call last):
  File "setup.py", line 14, in <module>
    raise ImportError("You will want to install the future module, probably via 'pip install future'")
ImportError: You will want to install the future module, probably via 'pip install future'
suranee@ubuntu:~/Downloads/p4$ python
Python 2.7.9 (default, Feb  8 2017, 07:08:14) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

Este é o endereço do código que eu queria instalar link

Muito obrigado pela sua ajuda!

    
por CFT 28.02.2017 / 19:26

0 respostas