[Python] Ubuntu 18.04 module 'collections' has no attribute 'MutableMapping'


[Python] Ubuntu 18.04 module 'collections' has no attribute 'MutableMapping'

gunicorn "gunicorn"을 실행하려고 하니 "module 'collections' has no attribute 'MutableMapping'" 같은 오류 발생했다. 앞에 명시적으로 "python3 -m"을 붙여주고 실행하면 된다. 관련 오류로 이슈가 있는것 같긴하나 아래 명령어로 진행하면 우선은 된다. python3 -m gunicorn -k uvicorn.workers.UvicornWorker --access-logfile ./gunicorn-access.log --error-logfile ./gunicorn-error.log src.main:app --bind 0.0.0.0:8001 --workers 4 --daemon --timeout 3600...

[Python] Ubuntu 18.04 module 'collections' has no attribute 'MutableMapping'에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


#collections #fastapi #gunicorn #module #MutableMapping #python

원문링크 : [Python] Ubuntu 18.04 module 'collections' has no attribute 'MutableMapping'