When installing gunicorn[eventlet]==21.2.0 it eventually gives an error AttributeError: module 'eventlet' has no attribute '__version__' when running gunicorn.
eventlet==0.34.1 has been released on 20th December and it seems to be not compatible with gunicorn==21.2.0
When installing
gunicorn[eventlet]==21.2.0it eventually gives an errorAttributeError: module 'eventlet' has no attribute '__version__'when running gunicorn.eventlet==0.34.1has been released on 20th December and it seems to be not compatible withgunicorn==21.2.0