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

Installation error on aarch64 #184

Closed
blacktemplar opened this issue Sep 12, 2019 · 1 comment
Closed

Installation error on aarch64 #184

blacktemplar opened this issue Sep 12, 2019 · 1 comment

Comments

@blacktemplar
Copy link

blacktemplar commented Sep 12, 2019

I ran into a problem when trying to install lnd on my aarch64 machine.

I ran "GO111MODULE=on go install -v ./..." (make is not available) and got the following error:

go: github.com/btcsuite/btcwallet@v0.0.0-20190712034938-7a3a3e82cbb6 requires
        github.com/lightninglabs/neutrino@v0.0.0-20190313035638-e1ad4c33fb18 requires
        github.com/btcsuite/btcwallet@v0.0.0-20190313032608-acf3b04b0273 requires
        github.com/lightninglabs/neutrino@v0.0.0-20190213031021-ae4583a89cfb requires
        github.com/btcsuite/btcwallet@v0.0.0-20180904010540-284e2e0e696e33d5be388f7f3d9a26db703e0c06: invalid pseudo-version: revision is longer than canonical (284e2e0e696e)

With a little bit digging I found this related issue: golang/go#27173 (comment)

@blacktemplar blacktemplar changed the title Installation error on amd64 Installation error on AArch64 Sep 12, 2019
@blacktemplar blacktemplar changed the title Installation error on AArch64 Installation error on aarch64 Sep 12, 2019
@jacohend
Copy link

Use go 1.11, not 1.13. The changes to dep in 1.13 cause this issue.

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

3 participants