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
Thanks for reporting this. The problem is that this fix #25973 should have introduced the required_conan_version = ">=2.0.0" constraint as, you said above, that parameter was introduced in the Conan 2.0.0 version. I just proposed the PR #26230 to solve that.
While the recommendation is to upgrade to conan 2.0, I imagine previous conan versions are still widely in use.
You can definitely keep using Conan 1.x, but you have to take into account the announcement in our blog: Conan Center will stop receiving updates for Conan 1.x packages soon. In summary, all the PRs introduced in Conan Center since 4 November are very likely only compatible with Conan v2.x.
I customize the conanfile for my own local deployment, so I was able to just remove that argument. Updating the required version in the conanfile is sufficient, just wanted to point this out. Thanks!
Description
I ran into this same issue here and used the recent fix here
The fix updates the ConanFile.run() call and in doing so adds
quiet = True
. Thequiet
argument is not available until conan 2.0I am on conan 1.60.0, and the msys2 build fails with the error
While the recommendation is to upgrade to conan 2.0, I imagine previous conan versions are still widely in use.
Package and Environment Details
Conan profile
Configuration for profile default:
[settings]
os=Windows
os_build=Windows
arch=x86_64
arch_build=x86_64
compiler=Visual Studio
compiler.version=17
build_type=Debug
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
conan install msys2/cci.latest@ --build
Logs
The text was updated successfully, but these errors were encountered: