-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I'm encountering dependency resolution errors when trying to set up the PoseBench environment using
mamba env create -f environments/posebench_environment.yaml on Ubuntu 22.04.
FIRST ERROR:
ERROR: Cannot install -r /srv/seafile-data/Seafile/mycode/utils/PoseBench/environments/mambafnr16zwdmmh (line 33), -r /srv/seafile-data/Seafile/mycode/utils/PoseBench/environments/mambafnr16zwdmmh (line 50), -r /srv/seafile-data/Seafile/mycode/utils/PoseBench/environments/mambafnr16zwdmmh (line 56), -r /srv/seafile-data/Seafile/mycode/utils/PoseBench/environments/mambafnr16zwdmmh (line 73), -r /srv/seafile-data/Seafile/mycode/utils/PoseBench/environments/mambafnr16zwdmmh (line 88) and scipy==1.9.1because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
critical libmamba pip failed to install packages
SECOND ERROR:
similar scipy conflict after removing fsspec==2025.7.0 version constraint
THIRD ERROR:
I modify yaml like scipy==1.9.1-->scipy and fsspec==2025.7.0-->fsspec
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
critical libmamba pip failed to install packages
THANK YOU !