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
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.
The text was updated successfully, but these errors were encountered:
Currently
uwsgi
is installed from PyPi withpip
. This requires extra Debian packages likebuild-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 packageuwsgi-plugin-python3
. The version may be behind:uwsgi
:uWSGI 2.0.21-debian (64bit) - compiled with version: 12.2.0 on 19 May 2023
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.
The text was updated successfully, but these errors were encountered: