Closed 1nSaneRu closed 1 year ago
When I try to
pip install image-reward
Well looks like you have a package blip-ci
installed that requires older versions of fairscale and timm.
You can tell pip to ignore that by:
pip install --force-reinstall image-reward
However then blip or some package that depends on it might not work anymore.
How to fix?