Exercises do not work in the recommended docker image (conan too old, 1.28.1, but 1.32.0 required at least)
- Dominant language
- Python
- Stars
- 63
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
I practically cannot run the first example (_Exercise : Consume with CMake_ - https://academy.jfrog.com/path/conan/conan-essentials/583095) because the Conan version of the recommended docker is 1.28.1, but 1.32.0 is the minimum version required. I think it would be better to provide a docker image that works out of the box. Failing that, at least instructions on how to upgrade conan in our containers or steps how to lower the requirements.
conan@52dc4eae7f13:~/training/consumer/build$ conan install ..
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=7
os=Linux
os_build=Linux
[options]
[build_requires]
[env]
ERROR: poco/1.9.4: Cannot load recipe.
Error loading conanfile at '/home/conan/.conan/data/poco/1.9.4/_/_/export/conanfile.py': Current Conan version (1.28.1) does not satisfy the defined one (>=1.32.0).
conan@52dc4eae7f13:~/training/consumer/build$
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.