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
I got this error during the installation. It seems that this error is relative to Cython update.
Building wheels for collected packages: pyrle
Building wheel for pyrle (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pyrle (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
pyrle/src/getitem.c:265:12: fatal error: longintrepr.h: No such file or directory
#include "longintrepr.h"
^~~~~~~~~~~~~~~
compilation terminated.
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 pyrle
Failed to build pyrle
ERROR: Could not build wheels for pyrle, which is required to install pyproject.toml-based projects
I got this error during the installation. It seems that this error is relative to Cython update.
cython/cython#4428
The text was updated successfully, but these errors were encountered: