I am trying to setup uWSGI with Pyramid, but I am getting this error, when attempting uwsgi --ini-paste development.ini
uwsgi --ini-paste development.ini
Python version: 3.2.3
Building upon Edward's answer, I instead reinstalled uWSGI with pip3.6 instead of pip3, Python 3.4.8 being the default Python 3 on the server:
uWSGI
pip3.6
pip3
$ python3 --version Python 3.4.8