Facing build issues on Ubuntu VERSION="20.04.3 LTS (Focal Fossa) #4862
Unanswered
sachintripathi0077
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Community,
I am trying to build an orbit on Ubuntu 20.04 LTS and facing the following errors related to the conanfile:
WARN: grpc/1.48.0: requirement zlib/1.2.13 overridden by OrbitProfiler/None to zlib/1.2.12 WARN: protobuf/3.21.4: requirement zlib/[>=1.2.11 <2] overridden by grpc/1.48.0 to zlib/1.2.12 ERROR: googleapis/cci.20221108: Cannot load recipe. Error loading conanfile at '/home/the_tripathi/.conan/data/googleapis/cci.20221108/_/_/export/conanfile.py': Current Conan version (1.58.0) does not satisfy the defined one (>=1.60.0 <2 || >=2.0.5).
Also in the intial phase of the build it says following about the conan:
Checking if conan is available... Found conan. Checking version... Conan's version 1.58.0 fulfills the requirements. Continuing... Installing conan configuration (profiles, settings, etc.)...
I've reviewed all the discussions and open issues related to this build failure so far, mostly suggesting to upgrading conan, but none of the suggestions have been helpful. Please provide guidance on how I can proceed with the build.
Please find the complete build log attached.
build.log
Beta Was this translation helpful? Give feedback.
All reactions