Skip to content

Dependency Conflict Issues with fsspec and scipy during PoseBench Environment Setup #18

@njujiangjk

Description

@njujiangjk

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions