wgtmac commented on PR #39729: URL: https://github.com/apache/arrow/pull/39729#issuecomment-1906206564
I tried to apply https://github.com/conan-io/conan-center-index/pull/21669 which works on my local laptop but failed the crossbow check: ``` grpc/1.50.0: Downloaded recipe revision 0 WARN: Remotes registry file missing, creating default one in /root/.conan/remotes.json WARN: thrift/0.17.0: requirement openssl/[>=1.1 <4] overridden by arrow/16.0.0 to openssl/3.2.0 WARN: boost/1.83.0: requirement zlib/[>=1.2.11 <2] overridden by thrift/0.17.0 to zlib/1.3 WARN: openssl/3.2.0: requirement zlib/[>=1.2.11 <2] overridden by thrift/0.17.0 to zlib/1.3 WARN: libevent/2.1.12: requirement openssl/[>=1.1 <4] overridden by thrift/0.17.0 to openssl/3.2.0 ERROR: grpc/1.50.0: Cannot load recipe. Error loading conanfile at '/root/.conan/data/grpc/1.50.0/_/_/export/conanfile.py': Current Conan version (1.59.0) does not satisfy the defined one (>=1.60.0 <2 || >=2.0.5). 1 Error: `docker-compose --file /home/runner/work/crossbow/crossbow/arrow/docker-compose.yml run --rm -e SETUPTOOLS_SCM_PRETEND_VERSION=16.0.0.dev3 -e ARROW_CONAN_PARQUET=True -e ARROW_CONAN_WITH_BROTLI=True -e ARROW_CONAN_WITH_BZ2=True -e ARROW_CONAN_WITH_FLIGHT_RPC=True -e ARROW_CONAN_WITH_GLOG=True -e ARROW_CONAN_WITH_JEMALLOC=True -e ARROW_CONAN_WITH_JSON=True -e ARROW_CONAN_WITH_LZ4=True -e ARROW_CONAN_WITH_SNAPPY=True -e ARROW_CONAN_WITH_ZSTD=True conan` exited with a non-zero exit code 1, see the process log above. ``` @kou @raulcd How can we update the conan version? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
