본문 바로가기
기타

eventlet 에러 error: class uri 'eventlet' invalid or not found

by Rainbound-IT 2023. 2. 15.
반응형

 

 

python 3.10+ 에서는 동작하지 않는다고 한다...

https://stackoverflow.com/questions/58589138/error-class-uri-eventlet-invalid-or-not-found

 

Error: class uri 'eventlet' invalid or not found

I've been running a dockerized flask application that uses Celery to run tasks. To run the app I'm using gunicorn with eventlet and It's been working fine using alpine linux distribution. However ...

stackoverflow.com

 

 

https://github.com/eventlet/eventlet/issues/687

 

Compatibility with Python 3.10: TypeError: can't set attributes of built-in/extension type 'TimeoutError' · Issue #687 · event

Hello, it seems that there is minor incompatibility with Python 3.10 (currently alpha 5). Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/sphinx/config.py", lin...

github.com

 

 

 

 

eventlet 적용

https://stackoverflow.com/questions/67409452/gunicorn-importerror-cannot-import-name-already-handled-from-eventlet-wsgi

 

Gunicorn ImportError: cannot import name 'ALREADY_HANDLED' from 'eventlet.wsgi' in docker

I had a working code running flask with gunicorn (eventlet worker) in docker. It's also working in production, but on my machine, it started doing this. I can't find anything on google about this t...

stackoverflow.com

 

반응형

댓글