ryu icon indicating copy to clipboard operation
ryu copied to clipboard

RYU v4.34 does not pin eventlet version.

Open LD250 opened this issue 4 years ago • 0 comments

Eventlet 0.31.0 causes runtime exception in RYU v4.34

...
./ryu/app/wsgi.py:111: in _AlreadyHandledResponse
    from eventlet.wsgi import ALREADY_HANDLED
E   ImportError: cannot import name 'ALREADY_HANDLED'

gunicorn has same problems: https://github.com/eventlet/eventlet/issues/702

This PR looks like a solution https://github.com/faucetsdn/ryu/pull/137

Would it be possible to merge it and release a new version soon?

LD250 avatar May 11 '21 09:05 LD250