$ docker run -it --rm python:3.12 pip install chkcrontab
Collecting chkcrontab
Downloading chkcrontab-1.7.tar.gz (24 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: chkcrontab
Building wheel for chkcrontab (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for chkcrontab (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error: can't copy 'doc/chkcrontab.1': doesn't exist or not a regular file
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for chkcrontab
Failed to build chkcrontab
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (chkcrontab)
I am not sure why this fails, but:
It works just fine with Python 3.11.