full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

AttributeError: 'EntryPoints' object has no attribute 'get' celeryworker_1

Open Frank-Raddi opened this issue 3 years ago • 1 comments

I seem to be running into an issue when running the stack.

I can't spin up the celeryworker due to the following error

image

Frank-Raddi avatar Oct 10 '22 22:10 Frank-Raddi

Facing the same issue, anyone knows how to solve it ?

Edit: Seems to be related to https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean I updated backend/pyproject.toml with the line importlib-metadata="4.13.0" in the [tool.poetry.dependencies] section Now it works, I don't know if there is a cleaner solution to solve it

CisorKnight avatar Oct 27 '22 08:10 CisorKnight