I'm having trouble getting asyncio support working. Hopefully this is just a simple build/misconfiguration issue on my part, but I'd appreciate any pointers!
When I run
uwsgi --asyncio 20 --greenlet
I get
ImportError: PyCapsule_Import could not import module "greenlet"
and
uwsgi --asyncio 20
by itself complains *** DANGER *** asyncio mode without coroutine/greenthread engine loaded !!!
It is worth pointing out that I am building on OSX 10.14.3, and the python environment (as you might guess from the build command above) is a virtualenv.
Some relevant snippets from the build (I can provide more, if it would be useful):
Hi,
I'm having trouble getting asyncio support working. Hopefully this is just a simple build/misconfiguration issue on my part, but I'd appreciate any pointers!
When I run
I get
and
by itself complains
*** DANGER *** asyncio mode without coroutine/greenthread engine loaded !!!
I've built uwsgi with this command:
It is worth pointing out that I am building on OSX 10.14.3, and the python environment (as you might guess from the build command above) is a virtualenv.
Some relevant snippets from the build (I can provide more, if it would be useful):
Why does uwsgi report that greenlets are disabled? How do I enable them?
thanks!