New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/33901#issuecomment-962199419 Comment: python3-setuptools dependency is missing: ``` >>> import pikepdf Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/pikepdf/__init__.py", line 19, in from ._version import __version__ File "/usr/lib/python3.10/site-packages/pikepdf/_version.py", line 7, in from pkg_resources import DistributionNotFound ModuleNotFoundError: No module named 'pkg_resources' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.10/site-packages/pikepdf/__init__.py", line 21, in raise ImportError("Failed to determine version") from _e ImportError: Failed to determine version ```