7
Python3 pip3-Installation unter Ubuntu defekt
Ich habe Python3 und Pip3 erfolgreich auf meinem Ubuntu16.04 installiert, aber die Installation von Pip3 ist fehlerhaft. Wie kann ich dieses Problem beheben? Die Fehlerinformationen von pip3 installlauten wie folgt: # pip3 install xlwt Traceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> from pip import main File …