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

Use binary uwsgi package from Debian #1

Open
justb4 opened this issue Jun 2, 2024 · 0 comments
Open

Use binary uwsgi package from Debian #1

justb4 opened this issue Jun 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@justb4
Copy link
Owner

justb4 commented Jun 2, 2024

Currently uwsgi is installed from PyPi with pip. This requires extra Debian packages like build-essential to build a "wheel". This results in more build time, possibly bigger Docker Image and maybe less performance than a full binary version.

So try to use the Debian package uwsgi still with the Python plugin package uwsgi-plugin-python3. The version may be behind:

  • Debian uwsgi: uWSGI 2.0.21-debian (64bit) - compiled with version: 12.2.0 on 19 May 2023
  • PyPi uwsgi: uWSGI 2.0.25.1 (64bit) - compiled with version: 12.2.0 on 29 May 2024

But as a general rule, we prefer Debian packages over PyPi even if version is behind. Viz. Proj.

@justb4 justb4 self-assigned this Jun 2, 2024
@justb4 justb4 added the enhancement New feature or request label Jun 2, 2024
@justb4 justb4 added this to the 2.0.2-3 milestone Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant