Skip to content

Missing conda dependency spdlog #207

Description

@giotherobot

Trying to run the WalkingModule from the followig pixi env:

[workspace]
authors = ["Giovanni Fregonese <giotherobot@gmail.com>"]
channels = ["conda-forge", "robotology"]
name = "gazebo_env"
platforms = ["linux-64"]
version = "0.1.0"

[tasks]

[dependencies]
yarp = ">=3.12"
whole-body-estimators = "*"
bipedal-locomotion-framework = "*"
ergocub-software = "*"
walking-controllers = ">=0.9"
gz-sim-yarp-plugins = "*"

results in:

pixi run WalkingModule
/home/giovannif/gazebo_env/.pixi/envs/default/bin/WalkingModule: error while loading shared libraries: libspdlog.so.1.15: cannot open shared object file: No such file or directory

Is spdlog a dependency of WalkingControllers?

Trying to pixi add spdlog results in an incompatible version since WalkingControllers 0.9 looks for libspdlog 1.15 but other dependecies require spdlog>=1.16, adding spdlog = ">=1.15.0, <1.16.0" works and the WalkingModule can run.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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