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

Known Py 3.12 install issue #9

Open
kkaris opened this issue May 8, 2024 · 1 comment
Open

Known Py 3.12 install issue #9

kkaris opened this issue May 8, 2024 · 1 comment

Comments

@kkaris
Copy link

kkaris commented May 8, 2024

When attempting to install the requirements using python 3.12 (I used 3.12.3), the installation of adeft errors with the following log:

  Building wheel for adeft (pyproject.toml) ... error
  error: subprocess-exited-with-error
  
  × Building wheel for adeft (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [477 lines of output]

    ...

      17279 |     const digit* digits = ((PyLongObject*)b)->ob_digit;
            |                                             ^~
      error: command '/usr/bin/gcc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for adeft

This is a known issue that is currently being looked at.

Workaround

In the meantime, try to use any of python 3.9, 3.10 or 3.11 which should work with the packages in the requirements.txt.

@bgyori
Copy link
Member

bgyori commented May 8, 2024

This is an issue with Adeft reported here: gyorilab/adeft#76.

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

2 participants