I have the following issue when try running the API from my docker image. Running it locally, has no issue.
This is my requirements.txt:
fastapi==0.63.0
fastapi-cache==0.1.0
Full error message:
from api.routers import sa_ranking, sa_person_ranking
File "./api/routers/sa_ranking.py", line 9, in <module>
from fastapi_cache import FastAPICache
ImportError: cannot import name 'FastAPICache' from 'fastapi_cache' (/usr/local/lib/python3.8/site-packages/fastapi_cache/__init__.py)
Please help! Urgent need