rembg
rembg copied to clipboard
[BUG] ...ERROR: Cannot install rembg[gpu]==2.0.24 and rembg[gpu]==2.0.25 because these package versions have conflicting dependencies.
I get this error when trying to install it:
ERROR: Cannot install rembg[gpu]==2.0.24 and rembg[gpu]==2.0.25 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
just remove the old version and try to install the new one.
I got the same error when trying to install it with python 3.11 and I installed with python 3.9 successfully
I got the same error when trying to install it with python 3.11 and I installed with python 3.9 successfully
Man, it really works, it helped me, thank you
I got the same problem. fresh install so no old version @danielgatis
i have the same problem, no previous versions just new fresh install
ERROR: Cannot install rembg==2.0.24 and rembg==2.0.25 because these package versions have conflicting dependencies.
The conflict is caused by: rembg 2.0.25 depends on numpy==1.21.6 rembg 2.0.24 depends on numpy==1.21.6
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
take a look: https://github.com/danielgatis/rembg#installation