product_category
product_category copied to clipboard
conflicting dependencies
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:
- 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
Tried installing torch==1.7.1 but it's not available anywhere