Gunicorn with Flask using wrong Python

前端 未结 4 684
[愿得一人]
[愿得一人] 2021-02-04 02:30

I\'m trying to bootstrap a Flask app on a Gunicorn server. By putting the two tools\' docs together, plus searching around on SO, this is what I have so far... but it\'s not qui

4条回答
  •  星月不相逢
    2021-02-04 02:37

    I tried creating a new env. and freshly installed the dependency, it worked for me. Also, I am using miniconda to manage my env.

提交回复
热议问题