Код: Выделить всё
Python 3.5.2 (default, Jun 28 2016, 08:46:01)
[GCC 6.1.1 20160602] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pkg_resources
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 47, in
from pkg_resources.extern.six.moves import urllib, map, filter
ImportError: No module named 'pkg_resources.extern.six.moves'; 'pkg_resources.extern.six' is not a package
Я использую Arch Linux, Python 3.5.2
Подробнее здесь: https://stackoverflow.com/questions/387 ... sources-ex