python - Linux下安装uwsgi失败
天蓬老师
天蓬老师 2017-04-18 10:05:43
0
3
910


python-devel libxml2 libxml2-devel python-setuptools zlib-devel这些都装了……
按照http://uwsgi-docs.readthedocs...
的教程,出现如下问题


yum groupinstall "Development Tools"无效,

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(3)
刘奇

Your system is not Ubuntu/Debian, so you should not install "python-dev", but "python-devel".
You need to investigate solutions on CentOS, Fedora and other operating systems.

伊谢尔伦
  1. Are you sure python-devel is installed? Use "rpm -qi python-devel" to check it out.

  2. If python-devel is installed, check the installation path of python to see if it is the default. If not, you need to indicate the path of python-devel when compiling uwsgi;

  3. Xiaojiekong has already said that the installation names of ubuntu and centos/redhat are different, and you need to look at the installation method of the corresponding system.

左手右手慢动作

Install uwsgi with pip

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!