Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/319.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/lua/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 在centos中启动uwsgi失败?_Python_Centos_Uwsgi - Fatal编程技术网

Python 在centos中启动uwsgi失败?

Python 在centos中启动uwsgi失败?,python,centos,uwsgi,Python,Centos,Uwsgi,我已经通过 yum install uwsgi 然后我打字 service uwsgi start 启动uwsgi失败了,为什么 我想使用uwsgi+nginx来部署我的pythonweb,我已经阅读了 ,当我 打字 据报道 如何解决这个问题 uwsgi.ini是这样的 以超级用户身份启动我已以root用户身份登录请发布您的uwsgi.ini我已在问题中对其进行了补充最后,在我安装了setuptools和python-devel之后,它已成功启动!!谢谢~以超级用户身份启动我已以root

我已经通过

yum install uwsgi
然后我打字

service uwsgi start
启动uwsgi失败了,为什么

我想使用uwsgi+nginx来部署我的pythonweb,我已经阅读了 ,当我 打字

据报道

如何解决这个问题

uwsgi.ini是这样的

以超级用户身份启动我已以root用户身份登录请发布您的uwsgi.ini我已在问题中对其进行了补充最后,在我安装了setuptools和python-devel之后,它已成功启动!!谢谢~以超级用户身份启动我已以root用户身份登录请发布您的uwsgi.ini我已在问题中对其进行了补充最后,在我安装了setuptools和python-devel之后,它已成功启动!!谢谢~
uwsgi --http :9090 --wsgi-file foobar.py