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

I got an error when I was installing. I use ubuntu22.04 #8

Open
usoftglobal opened this issue Jun 19, 2024 · 1 comment
Open

I got an error when I was installing. I use ubuntu22.04 #8

usoftglobal opened this issue Jun 19, 2024 · 1 comment

Comments

@usoftglobal
Copy link

go get github.com/node-real/bundle-go-sdk
go: downloading github.com/node-real/bundle-go-sdk v1.0.0
go: downloading github.com/syndtr/goleveldb v1.0.1
go: upgraded github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 => v1.0.1: error finding sum for github.com/syndtr/[email protected]: reading github.com/syndtr/goleveldb/go.mod at revision v1.0.1: unknown revision v1.0.1

@rekyyang
Copy link
Collaborator

maybe you can try to add this to go.mod
replace github.com/syndtr/goleveldb v1.0.1 => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7

reference:
chain/bsc/blob/75d162983a209b438f61adbb0e71e79d71a21ec7/go.mod#L301

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