validator-keys-tool icon indicating copy to clipboard operation
validator-keys-tool copied to clipboard

Conan Error Installing - Cannot load recipe

Open mraburn opened this issue 1 year ago • 4 comments

Seems the recipe is calling xrpl/2.1.0 does not exist.

Recipe 'xrpl/2.1.0' seems broken. It is possible that this recipe is not Conan 2.0 ready If the recipe comes from ConanCenter, report it at https://github.com/conan-io/conan-center-index/issues If it is your recipe, check if it is updated to 2.0

mraburn avatar Mar 29 '24 12:03 mraburn

That is correct. You can add the Ripple remote to download it: https://github.com/ripple/validator-keys-tool/blob/master/README.md#build

ximinez avatar Apr 02 '24 20:04 ximinez

I did all of the steps, this is the full text from the attempted intall.

`% conan remote add ripple http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod --force WARN: Remote 'ripple' already exists in remotes

validator-keys-tool % cd .build .build % conan install .. --output-folder . --build missing

======== Input profiles ======== Profile host: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=gnu17 compiler.libcxx=libc++ compiler.version=12.0 os=Macos

Profile build: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=gnu17 compiler.libcxx=libc++ compiler.version=12.0 os=Macos ======== Computing dependency graph ======== Graph root conanfile.txt: /Users/mraburn/xrp/validator-keys-tool/conanfile.txt


Recipe 'xrpl/2.1.0' seems broken. It is possible that this recipe is not Conan 2.0 ready If the recipe comes from ConanCenter, report it at https://github.com/conan-io/conan-center-index/issues If it is your recipe, check if it is updated to 2.0


ERROR: Package 'xrpl/2.1.0' not resolved: xrpl/2.1.0: Cannot load recipe. Error loading conanfile at '/Users/mraburn/.conan2/p/xrpl6830fce0a89a0/e/conanfile.py': Error while initializing options. The usage of package names cassandra-cpp-driver:shared in options is deprecated, use a pattern like cassandra-cpp-driver/*:shared instead. .build % `

mraburn avatar Apr 03 '24 12:04 mraburn

check if it is updated to 2.0

I just noticed this. Are you running conan 2.0 or higher? Right now, we only support conan < 2.0, as do some of the xrpl's dependencies.

ximinez avatar Apr 03 '24 14:04 ximinez