full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
AttributeError: 'EntryPoints' object has no attribute 'get' celeryworker_1
I seem to be running into an issue when running the stack.
I can't spin up the celeryworker due to the following error

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