Install packages failed: Error occurred when installing package python-qt5.
Install packages failed: Error occurred when installing package python-qt5.
The following command was executed:
packaging_tool.py install --build-dir /tmp/pycharm-packaging2696495864503379294.tmp --user python-qt5
The error output of the command:
Traceback (most recent call last):
File "/home/gast/Arbeitsfläche/pycharm/helpers/packaging_tool.py", line 56, in do_install
import pip
File "/usr/lib/python3.2/site-packages/pip/__init__.py", line 10, in <module>
from pip.backwardcompat import walk_packages, console_to_str
File "/usr/lib/python3.2/site-packages/pip/backwardcompat.py", line 50, in <module>
import xmlrpc.client as xmlrpclib
ImportError: No module named xmlrpc.client
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/gast/Arbeitsfläche/pycharm/helpers/packaging_tool.py", line 125, in main
retcode = do_install(pkgs)
File "/home/gast/Arbeitsfläche/pycharm/helpers/packaging_tool.py", line 58, in do_install
error_no_pip()
File "/home/gast/Arbeitsfläche/pycharm/helpers/packaging_tool.py", line 36, in error_no_pip
tb = sys.exc_traceback
AttributeError: 'module' object has no attribute 'exc_traceback'
Hat einer eine Idee wie man das lösen kann?
ich bekomm immer einen Fehler wenn ich versuche was über Pycharm zu installieren.