$ pip --version pip 23.0.1 from /home/end0tknr/app/django/lib64/python3.9/site-packages/pip (python 3.9) $ pip install uwsgi Collecting uwsgi Using cached uwsgi-2.0.21.tar.gz (808 kB) Preparing metadata (setup.py) ... done Installing collected packages: uwsgi DEPRECATION: uwsgi is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
↑こうらしいので、↓こう
$ pip install wheel