ERROR: Cannot install -r /app/naive-resume-matching-1/requirements.txt (line 58) and mistune==2.0.3 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested mistune==2.0.3
nbconvert 6.5.1 depends on mistune<2 and >=0.8.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
As the error message clearly states, there are unresolvable version conflicts with the pypi packages to be installed. But without seeing the code, I can’t help there.
However, I suspect that the requirements.txt is full of unnecessary packages.