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
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.
The text was updated successfully, but these errors were encountered:
When attempting to install the requirements using python 3.12 (I used 3.12.3), the installation of adeft errors with the following log:
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
.The text was updated successfully, but these errors were encountered: