After installing pip3 update it with sudo apt-get install python3-pip
and pip3 install --upgrade pip
, when installing any package or module, in this case 'future' reports me the error:
$ pip3 install future
Traceback (most recent call last):
File "/usr/bin/pip3", line 9, in <module>
from pip import main
ImportError: cannot import name 'main'
I tried to reinstall pip3 but it gives me the same problem