For me the fix was to remove the apt version of uwsgi-plugin-python3
and the plugin
ini/cli option and run pip install uWSGI
and then run uwsgi with /path/to/my/venv/bin/uwsgi --ini /path/to/my/file.ini
that is assuming you did your pip install in a venv of course.