fastapi / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Frank-Raddi opened this issue · 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

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