You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, mp-units/1.12.0's dependency is fmt/10.1.0. Meanwhile, the latest {fmt} version,10.2.1 is required by spdlog/2.1.0. Conan's dependency graph should have computed the compatible version requirement of the {fmt} library to satisfy those two. Perhaps, the common 10.1.0 is preferable?
(Note that for now, Conan Center Index does not use version ranges for most of the libraries, so Cona is not allowed to find a common version. This restriction will be lessened with time once we have enough data to support that version ranges in the context of CCI is a good fit, sorry for the pain it generates meanwhile!)
Describe the bug
Currently,
mp-units/1.12.0
's dependency isfmt/10.1.0
. Meanwhile, the latest{fmt}
version,10.2.1
is required byspdlog/2.1.0
. Conan's dependency graph should have computed the compatible version requirement of the{fmt}
library to satisfy those two. Perhaps, the common10.1.0
is preferable?How to reproduce it
Mac M1
2.0.14
conanfile.txt
conan install conanfile.txt --build=missing
The text was updated successfully, but these errors were encountered: