-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cannot install Bitcoin Pro 0.1.0-beta.2 on macOS Big Sur #8
Comments
I just tested on an Ubuntu 20.04.2 VM, same error. |
Same with OSX Mojave
EDIT : With |
Hey @vafanassieff! I've the same error manually building it from the |
I went from See here #7 (comment) |
@vafanassieff I managed to build from |
Try the commands: Than go to bitcoin-pro/target/debug and run there |
alternatively after the new release you can use |
Thanks for your answer @dr-orlovsky. Unfortunately, I'm facing the following error:
|
@louneskmt seems you are using outdated rust compiler version. Can you try to compile with nightly? |
@dr-orlovsky I'm using the nightly compiler version.
I get the exact same error with both commands you provided me. |
We experience very strange behaviour of Cargo (rust package manager) using wrong versions of dependencies and unable to understand the reasons of it... Have not the situation changed after removing the repo, cloning it back, doing Related discussion from here: LNP-WG/lnp-node#22 (comment) |
@dr-orlovsky Still the exact same error as here: #8 (comment) |
@louneskmt v0.1.1 with upstream dependency problems fixed is out. Can you try it? (It works on my Mac OS Big Sur). Just do |
Thanks @dr-orlovsky, will try asap and report back. |
@dr-orlovsky Unfortunately, still the same issue. I tried both the |
Well, it certainly builds on my local machine with Mac OS Big Sure, so this seems to be some cache/cargo issue. Try delete the repo, git clone it again, do |
Hey!
I tried to install Bitcoin Pro using with
cargo
:But it couldn't compile
rgb-core
and the installation resulted in the following errors.Rust version:
macOS version: Big Sur 11.0.1 (latest)
Xcode and Xcode CLT: latest versions
Any ideas?
The text was updated successfully, but these errors were encountered: