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

pyuwsgi isn't installed #125775

Closed
MaxTet1703 opened this issue Oct 21, 2024 · 1 comment
Closed

pyuwsgi isn't installed #125775

MaxTet1703 opened this issue Oct 21, 2024 · 1 comment

Comments

@MaxTet1703
Copy link

MaxTet1703 commented Oct 21, 2024

Crash report

What happened?

I'm trying replace python 3.12 to 3.13 and when I run poetry install almost all packeges is installed except pyuwsgi. But one is able to be isntalled when version is 3.12. This is a bug in the new version isn't it? There is screen of failed installing below. P.S.: C compiler is installed
image

CPython versions tested on:

3.13

Operating systems tested on:

Linux

Output from running 'python -VV' on the command line:

No response

@MaxTet1703 MaxTet1703 added the type-crash A hard crash of the interpreter, possibly with a core dump label Oct 21, 2024
@hugovk
Copy link
Member

hugovk commented Oct 21, 2024

This is because pyuwsgi doesn't have precompiled binary wheels for 3.13 yet: https://pypi.org/project/pyuwsgi/#files

This is not a CPython issue, please report it directly to the pyuwsgi project: https://uwsgi-docs.readthedocs.io/en/latest/

Edit: see unbit/uwsgi#2651:

This will be fixed in 2.0.27

@hugovk hugovk closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2024
@hugovk hugovk removed the type-crash A hard crash of the interpreter, possibly with a core dump label Oct 21, 2024
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