>pip
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 package so if you get this warning, consult the packager of your distribution.
我确实重新安装了pacman -S python
,pacman -S python-setuptools
和pacman -S python-packaging
,pacman -S python-six
没有任何帮助。
现在几乎所有其他python应用程序都遵循相同的模式(例如qutebrowser
和buku
.
我认为它是在我按照ArchWikivmware-vcli
指南手动安装之后发生的(我知道它的perl并且可能不相关)。
python-setuptools
按照类似帖子中的建议通过安装早期版本进行降级/var/cache/pacman/pkg
并不能解决问题。