Closed
Description
(http_framework_probe)➜ http_framework_probe python3.5
Python 3.5.0 (default, Sep 23 2015, 04:42:00)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
(http_framework_probe)➜ http_framework_probe pip freeze | grep greenlet
greenlet==0.4.9
(http_framework_probe)➜ http_framework_probe ls /Users/krace/.virtualenvs/http_framework_probe/include/python3.5m/ | grep greenlet
(http_framework_probe)➜ http_framework_probe CFLAGS="-I/Users/krace/.virtualenvs/http_framework_probe/include/python3.5m" UWSGI_PROFILE="asyncio" pip3 install uwsgi
Collecting uwsgi
Using cached uwsgi-2.0.11.2.tar.gz
Building wheels for collected packages: uwsgi
Building wheel for uwsgi failed: [Errno 13] Permission denied: '/Users/krace/Library/Caches/pip/wheels/a7'
Failed to build uwsgi
Installing collected packages: uwsgi
Running setup.py install for uwsgi
Complete output from command /Users/krace/.virtualenvs/http_framework_probe/bin/python3.5 -c "import setuptools, tokenize;__file__='/private/var/folders/xk/8lhz2_j91_3758cc65stj5z40000gn/T/pip-build-_kuhkrd1/uwsgi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/xk/8lhz2_j91_3758cc65stj5z40000gn/T/pip-vd46d590-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/krace/.virtualenvs/http_framework_probe/bin/../include/site/python3.5/uwsgi:
running install
plugins/greenlet/greenlet.c:2:10: fatal error: 'greenlet/greenlet.h' file not found
#include <greenlet/greenlet.h>
^
1 error generated.
----------------------------------------
Command "/Users/krace/.virtualenvs/http_framework_probe/bin/python3.5 -c "import setuptools, tokenize;__file__='/private/var/folders/xk/8lhz2_j91_3758cc65stj5z40000gn/T/pip-build-_kuhkrd1/uwsgi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/xk/8lhz2_j91_3758cc65stj5z40000gn/T/pip-vd46d590-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/krace/.virtualenvs/http_framework_probe/bin/../include/site/python3.5/uwsgi" failed with error code 1 in /private/var/folders/xk/8lhz2_j91_3758cc65stj5z40000gn/T/pip-build-_kuhkrd1/uwsgi
pip install greenlet
succeeds but greenlet.h
isn't placed in include
directory as a result uwsgi installation fails.
Metadata
Metadata
Assignees
Labels
No labels