create-fastapi-project
create-fastapi-project copied to clipboard
full template install failed due to deps issue
Thank you for this project.
Trying to create a fastapi project with the full template, I got this error:
Exception: Error installing dependencies:
Because no versions of fastapi-cache2 match >0.2.1,<0.3.0
and fastapi-cache2 (0.2.1) depends on redis (>=4.2.0rc1,<5.0.0), fastapi-cache2 (>=0.2.1,<0.3.0) requires redis (>=4.2.0rc1,<5.0.0).
So, because app depends on both redis (^5.0.6) and fastapi-cache2 (^0.2.1), version solving failed.
I'm happy do help with a PR if you'd like to point me to the right place :)
this problem lies on fastapi-cache2, it depends on redis >=4.2.0rc1,<5.0.0. there's this PR https://github.com/long2ice/fastapi-cache/pull/414