(Installation) ERROR: Invalid setting '13' is not a valid 'settings.compiler.version' #397
-
I'm on a new laptop with intel processor on Fedora 38 (linux kernel 6.4.4). I'm pretty sure I installed all dependencies, but I'm running into the following error:
Here are versions for prerequisite system packages:
And here are versions for prerequisite python packages:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Here are the compiler settings referenced in the error:
It looks like Conan <= 1.60.0 doesn't work with GCC 13. Are there plans to support an upgrade beyond conan 1.59.0? If I try to just add 13 to the gcc versions, I get the following errors:
|
Beta Was this translation helpful? Give feedback.
-
Okay, I followed this tutorial to downgrade gcc on Fedora 38 and I put gcc-12.2 in front of my path as suggested here. After this, installation seems to have worked. I'm going to open an issue for conan upgrade, since new linux distros are now becoming incompatible. |
Beta Was this translation helpful? Give feedback.
Okay, I followed this tutorial to downgrade gcc on Fedora 38 and I put gcc-12.2 in front of my path as suggested here. After this, installation seems to have worked.
I'm going to open an issue for conan upgrade, since new linux distros are now becoming incompatible.