~ % docker pull base/archlinux:latest latest: Pulling from base/archlinux Digest: sha256:275e69f381a8566452400b9fbe7e74e65d9f77c879f5ce9141bceb525972452c Status: Image is up to date for base/archlinux:latest ~ % docker run -it base/archlinux /bin/sh sh-4.4# pacman -Syu :: Synchronizing package databases... core 131.4 KiB 1510K/s 00:00 [##################################] 100% extra 1646.5 KiB 2.34M/s 00:01 [##################################] 100% community 4.5 MiB 2.43M/s 00:02 [##################################] 100% :: Starting full system upgrade... there is nothing to do sh-4.4# pacman -S hy resolving dependencies... looking for conflicting packages... Packages (7) libnsl-1.2.0-1 python-3.7.0-3 python-appdirs-1.4.3-2 python-astor-0.7.1-1 python-clint-0.5.1-6 python-rply-0.7.6-2 hy-0.15.0-1 Total Download Size: 35.37 MiB Total Installed Size: 145.35 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... libnsl-1.2.0-1-x86_64 57.3 KiB 1334K/s 00:00 [##################################] 100% python-3.7.0-3-x86_64 35.1 MiB 2.47M/s 00:14 [##################################] 100% python-appdirs-1.4.3-2-any 14.2 KiB 0.00B/s 00:00 [##################################] 100% python-rply-0.7.6-2-any 28.5 KiB 9.27M/s 00:00 [##################################] 100% python-astor-0.7.1-1-any 43.2 KiB 4.22M/s 00:00 [##################################] 100% python-clint-0.5.1-6-any 46.8 KiB 3.52M/s 00:00 [##################################] 100% hy-0.15.0-1-any 98.6 KiB 921K/s 00:00 [##################################] 100% (7/7) checking keys in keyring [##################################] 100% (7/7) checking package integrity [##################################] 100% (7/7) loading package files [##################################] 100% (7/7) checking for file conflicts [##################################] 100% (7/7) checking available disk space [##################################] 100% :: Processing package changes... (1/7) installing libnsl [##################################] 100% (2/7) installing python [##################################] 100% Optional dependencies for python python-setuptools python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter (3/7) installing python-appdirs [##################################] 100% (4/7) installing python-rply [##################################] 100% (5/7) installing python-astor [##################################] 100% (6/7) installing python-clint [##################################] 100% (7/7) installing hy [##################################] 100% sh-4.4# hy Traceback (most recent call last): File "/usr/sbin/hy", line 6, in from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' sh-4.4# pacman -S python-setuptools resolving dependencies... looking for conflicting packages... Packages (4) python-packaging-17.1-2 python-pyparsing-2.2.0-2 python-six-1.11.0-3 python-setuptools-1:40.2.0-1 Total Download Size: 0.42 MiB Total Installed Size: 2.28 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... python-pyparsing-2.2.0-2-any 94.6 KiB 1577K/s 00:00 [##################################] 100% python-six-1.11.0-3-any 19.5 KiB 0.00B/s 00:00 [##################################] 100% python-packaging-17.1-2-any 30.8 KiB 5.02M/s 00:00 [##################################] 100% python-setuptools-1:40.2.0-1-any 286.7 KiB 2048K/s 00:00 [##################################] 100% (4/4) checking keys in keyring [##################################] 100% (4/4) checking package integrity [##################################] 100% (4/4) loading package files [##################################] 100% (4/4) checking for file conflicts [##################################] 100% (4/4) checking available disk space [##################################] 100% :: Processing package changes... (1/4) installing python-pyparsing [##################################] 100% (2/4) installing python-six [##################################] 100% (3/4) installing python-packaging [##################################] 100% (4/4) installing python-setuptools [##################################] 100% sh-4.4# hy Traceback (most recent call last): File "/usr/sbin/hy", line 6, in from pkg_resources import load_entry_point File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3105, in @_call_aside File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3089, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3118, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 578, in _build_master ws.require(__requires__) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 895, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 781, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'funcparserlib>=0.3.6' distribution was not found and is required by hy