Closed Avin-Techv closed 3 years ago
When trying to install mammoth via docker for a django project I get the errror
ERROR: Cannot install mammoth==1.4.16 and mammoth==1.4.17 because these package versions have conflicting dependencies. The conflict is caused by: The user requested mammoth==1.4.17 The user requested mammoth==1.4.16 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/user_guide/#fixing-conflicting-dependencies ERROR: Service 'app' failed to build : The command '/bin/sh -c pip install -r /requirements.txt' returned a non-zero code: 1
ERROR: Cannot install mammoth==1.4.16 and mammoth==1.4.17 because these package versions have conflicting dependencies.
The conflict is caused by: The user requested mammoth==1.4.17 The user requested mammoth==1.4.16
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies ERROR: Service 'app' failed to build : The command '/bin/sh -c pip install -r /requirements.txt' returned a non-zero code: 1
What does your requirements.txt file look like? It sounds like you're trying to install two different versions of Mammoth at the same time.
yes, it was the case thanks
When trying to install mammoth via docker for a django project I get the errror