That message from pip is only the final status. I would need to see the preceding error messages which show the actual reason for the failure when trying to install it.
Graham > On 28 Aug 2018, at 7:19 am, jerry100 <[email protected]> wrote: > > Hello! I am trying to install mod_wsgi inside my python36 virtual environment > called 'env'. I get this error message when I run: "pip install mod_wsgi" > with the activated virtual environment. I don't know why I am getting this. > Any help to solve this is appreciated. > > Command "REMOVED/env/bin/python3.6 -u -c "import setuptools, > tokenize;__file__='/tmp/pip-install-8bin3qm4/mod-wsgi/setup.py';f=getattr(tokenize, > 'open', open)(__file__);code=f.read().replace('\r\n', > '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record > /tmp/pip-record-qeemlg_6/install-record.txt > --single-version-externally-managed --compile --install-headers > /REMOVED/env/include/site/python3.6/mod-wsgi" failed with error code 1 in > /tmp/pip-install-8bin3qm4/mod-wsgi/ > > > Here's what I have installed: > > (env) [myuser@myserver theapp]$ yum list installed | grep python36 > python36u.x86_64 3.6.5-1.ius.centos7 @ius > python36u-devel.x86_64 3.6.5-1.ius.centos7 @ius > python36u-libs.x86_64 3.6.5-1.ius.centos7 @ius > python36u-pip.noarch 9.0.1-1.ius.centos7 @ius > python36u-setuptools.noarch 39.0.1-1.ius.centos7 @ius > (env) [myuser@myserver theapp]$ yum list installed | grep httpd-devel > httpd-devel.x86_64 2.4.6-80.el7.centos.1 > @updates > > > > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/modwsgi > <https://groups.google.com/group/modwsgi>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
