uaf-arctic-eco-modeling / dvm-dos-tem

A process based Dynamic Vegetation, Dynamic Organic Soil, Terrestrial Ecosystem Model.
MIT License
22 stars 24 forks source link

docker mapping support image fails to build - dependency resolution problem with Jinja templating library #691

Closed tobeycarman closed 8 months ago

tobeycarman commented 8 months ago

Presents like this:

INFO: pip is looking at multiple versions of jinja2 to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements_mapping.txt (line 21) and MarkupSafe==1.1.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested MarkupSafe==1.1.1
    jinja2 3.1.3 depends on MarkupSafe>=2.0

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
The command '/bin/sh -c pip install -r requirements_mapping.txt' returned a non-zero code: 1