In the meantime, I managed to work around the issue with multiple trials of apt-get that resulted in something like the following:
sudo apt-get remove -f python-pip-whl python3-pip python-chardet-whl python-html5lib-whl python-virtualenv python3-virtualenv virtualenv sudo apt-get autoremove sudo apt-get install python3-pip python3-virtualenv virtualenv # (Optionally, python-virtualenv if you need that too) At your own risk; I cannot guarantee this workaround will succeed for you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1546447 Title: error processing archive /var/cache/apt/archives/python-pip- whl_8.0.2-7_all.deb: trying to overwrite '/usr/share/python- wheels/html5lib-0.999-py2.py3-none-any.whl', which is also in package python-html5lib-whl 0.999-3build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1546447/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
