uWSGI Fails with No module named encoding Error

后端 未结 9 1775
花落未央
花落未央 2021-01-17 07:58

I am trying to setup uWSGI with Pyramid, but I am getting this error, when attempting uwsgi --ini-paste development.ini

Python version: 3.2.3

9条回答
  •  终归单人心
    2021-01-17 08:36

    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:

    $ python3 --version
    Python 3.4.8
    

提交回复
热议问题