-
Notifications
You must be signed in to change notification settings - Fork 49
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
Comments
That is correct. You can add the Ripple remote to download it: https://github.com/ripple/validator-keys-tool/blob/master/README.md#build |
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 validator-keys-tool % cd .build ======== Input profiles ======== Profile build: Recipe 'xrpl/2.1.0' seems broken. ERROR: Package 'xrpl/2.1.0' not resolved: xrpl/2.1.0: Cannot load recipe. |
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 |
Getting the same using conan 2.8.0
|
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
The text was updated successfully, but these errors were encountered: