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

Fail to install on Python 3.11 #6

Open
y9c opened this issue Jan 12, 2023 · 0 comments
Open

Fail to install on Python 3.11 #6

y9c opened this issue Jan 12, 2023 · 0 comments

Comments

@y9c
Copy link

y9c commented Jan 12, 2023

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

cython/cython#4428

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