-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Unable to install grpc/1.50.1 #12646
Comments
Hi @gouriano - thank you for reporting this. The You can check the current values On that note, this is also a small bug in the Could you check if the error goes away for you if you add the otherwise, if you don't have any custom changes the |
I have now renamed ~/.conan/settings.yml.new into ~/.conan/settings.yml and tried again - same error It would be nice if Conan handled settings updates "automatically". |
Is the error exactly the same as before? WHen conan outputs the following messages, it lists the compilers in settings.yml.
And this seems to be missing quite a few, not just Any chance you can verify that your Conan client is configured to read settings from your local home folder? I would give it a go to remove (or rename)
Conan attempts to do this already, but stops itself when it detects the user may have local changes in the files - as it wouldn't be appropriate to clobber the user's custom changes. However Conan will warn with a message on first run after an update, such that the user can take appropriate action. |
Ah, this is what I have missed. Thank you very much. everything is fine now. |
Hello
I have a simple conanfile.txt:
I run "conan install ." and get this error:
I use Conan version 1.55.0
What I am doing wrong?
The text was updated successfully, but these errors were encountered: