how can I fix this error when installing builtdozer

1

The command.

pip install --upgrade buildozer

The error that returns to me is always the same.

  

root @ android-HP-ProBook-6550b: / home / android # pip install buildozer   Traceback (most recent call last): File "/ usr / bin / pip", line 9, in   from pip import main ImportError: can not import name main

Why will not you let me install buildozer, some possible way to fix it?

    
asked by Sergio Ramos 25.04.2018 в 16:39
source

1 answer

0

The version of pip 10.0.0 has that problem. Please, you could make sure it is not a problem with pip, simply by doing:

$ pip -V

If you still get the same result, you can support yourself with the answers: link

It worked for me to modify the file where pip is found and then update to version 10.0.1; with which so far I have not had problems.

    
answered by 25.04.2018 в 21:07