uwsgi can't find python plugin - Ask Ubuntu
askubuntu.com › questions › 227940If you have installed your uwsgi with pip or make (or otherwise made a custom build), your python plugin would be built into the binary and thus not created as a shared library (.so file). Removing the <plugin>python</plugin> line should solve the problem in this case, as it's not necessary, but breaks the setup.
The uWSGI project — uWSGI 2.0 documentation
https://uwsgi-docs.readthedocs.io/en/latestThe uWSGI project. The uWSGI project aims at developing a full stack for building hosting services. Application servers (for various programming languages and protocols), proxies, process managers and monitors are all implemented using a common api and a common configuration style. Thanks to its pluggable architecture it can be extended to ...