Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conan Error Installing - Cannot load recipe #52

Open
mraburn opened this issue Mar 29, 2024 · 3 comments
Open

Conan Error Installing - Cannot load recipe #52

mraburn opened this issue Mar 29, 2024 · 3 comments

Comments

@mraburn
Copy link

mraburn commented Mar 29, 2024

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

@ximinez
Copy link
Contributor

ximinez commented Apr 2, 2024

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 ximinez closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2024
@mraburn
Copy link
Author

mraburn commented Apr 3, 2024

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 % `

@ximinez
Copy link
Contributor

ximinez commented Apr 3, 2024

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 ximinez reopened this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants