product_category icon indicating copy to clipboard operation
product_category copied to clipboard

conflicting dependencies

Open rocko-2001 opened this issue 1 year ago • 0 comments

Not able to install this library due to conflicting dependencies on torch Getting error : ERROR: Cannot install product-category==0.0.0 and product-category==0.0.2 because these package versions have conflicting dependencies.

The conflict is caused by: product-category 0.0.2 depends on torch==1.7.1 product-category 0.0.0 depends on torch==1.7.1

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

Tried installing torch==1.7.1 but it's not available anywhere

rocko-2001 avatar Oct 30 '23 14:10 rocko-2001