Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#55105 - python-six: ImportError: The 'six' package is required;
Attached to Project:
Community Packages
Opened by Chinggis Tenger (Chinggis6) - Friday, 11 August 2017, 08:26 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 14 August 2017, 14:07 GMT
Opened by Chinggis Tenger (Chinggis6) - Friday, 11 August 2017, 08:26 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 14 August 2017, 14:07 GMT
|
DetailsDescription:
Traceback (most recent call last): File "/usr/bin/pip", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 49, in <module> from pkg_resources.extern import six File "/usr/lib/python3.6/site-packages/pkg_resources/extern/__init__.py", line 61, in load_module "distribution.".format(**locals()) ImportError: The 'six' package is required; normally this is bundled with this p ackage so if you get this warning, consult the packager of your distribution. Now `pip` and `buku` outputs the error above, and `qutebrowser` doesn't open up. I've reinstalled python-six, python-packaging, python-setuptools, and python itself (without success). Additional info: * package version(s) python-six 1.10.0-3 * config and/or log files etc. Steps to reproduce: I'm not sure exactly but probably right after manually installing `vmware-vcli` following the ArchWikiguide: https://wiki.archlinux.org/index.php/Installing_VMWare_vCLI |
This task depends upon
python -c 'import six; print(six.__file__)'
return?
/usr/lib/python3.6/site-packages/six.py