You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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)
It works just fine with Python 3.11.
The text was updated successfully, but these errors were encountered:
I am not sure why this fails, but:
It works just fine with Python 3.11.
The text was updated successfully, but these errors were encountered: