Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build with Python 3.12 #26

Open
mat813 opened this issue Sep 6, 2024 · 0 comments
Open

Fails to build with Python 3.12 #26

mat813 opened this issue Sep 6, 2024 · 0 comments

Comments

@mat813
Copy link

mat813 commented Sep 6, 2024

I am not sure why this fails, but:

$ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant