rembg icon indicating copy to clipboard operation
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.

Open studiokevinabanto opened this issue 3 years ago • 3 comments

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

studiokevinabanto avatar Nov 09 '22 04:11 studiokevinabanto

just remove the old version and try to install the new one.

danielgatis avatar Nov 10 '22 01:11 danielgatis

I got the same error when trying to install it with python 3.11 and I installed with python 3.9 successfully

Known-Error avatar Nov 10 '22 01:11 Known-Error

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

darksean009 avatar Nov 10 '22 13:11 darksean009

I got the same problem. fresh install so no old version @danielgatis

HenkHoden avatar Nov 24 '22 16:11 HenkHoden

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:

  1. loosen the range of package versions you've specified
  2. 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

kalkulusrampage avatar Dec 22 '22 16:12 kalkulusrampage

take a look: https://github.com/danielgatis/rembg#installation

danielgatis avatar Dec 28 '22 02:12 danielgatis