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

Bumblebee Installation Issue #79

Open
t-cindywan opened this issue Jun 14, 2022 · 9 comments
Open

Bumblebee Installation Issue #79

t-cindywan opened this issue Jun 14, 2022 · 9 comments

Comments

@t-cindywan
Copy link

Version

Latest version

Linux Version

20.04.1-Ubuntu kernel 5.13.0-1029-Azure

Describe the bug

While using go to install bumblebee, I ran the command go install ./bee, which produced the following error:
build github.com/solo-io/bumblebee/bee: cannot load embed: malformed module path "embed": missing dot in first path element

Steps to reproduce the bug

Using go

  1. clone the repo
  2. cd bumblebee
  3. go install ./bee

Expected Behavior

I expected Bumblebee to install successfully without errors.

Additional Context

No response

@t-cindywan
Copy link
Author

@krisztianfekete any help with this issue?

@krisztianfekete
Copy link
Contributor

Hey, what version of Go are you using?

@t-cindywan
Copy link
Author

@krisztianfekete go version go1.13.8 linux/amd64

@krisztianfekete
Copy link
Contributor

Can you please try to upgrade to Go 1.16+ and try it again?

@t-cindywan
Copy link
Author

@krisztianfekete from https://go.dev/dl/, I installed the latest Go version of 18.3 and tried installing Go 17.11 as well, but when I run the go version in the terminal, the terminal always outputs the following line no matter what I upgrade the version to:
go version go1.13.8 linux/amd64.
Can you give me a link to download the latest Go version?

@krisztianfekete
Copy link
Contributor

Can you please run which go?
If this prints a path related to homebrew, you can upgrade via brew.
Additionally, you can make sure that your PATH contains the path prefix to your go executable.

@t-cindywan
Copy link
Author

t-cindywan commented Jun 21, 2022

@krisztianfekete Fixed the go issue with version 18.3.

However, I then ran sudo env "PATH=$PATH" bee run ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version) and received the following error:
runtime.goexit
/usr/local/go/src/runtime/asm_amd64.s:1571
Error: ghcr.io/solo-io/bumblebee/tcpconnect:dev: not found
2022/06/21 22:32:55 exiting: ghcr.io/solo-io/bumblebee/tcpconnect:dev: not found
How do I proceed?

@t-cindywan
Copy link
Author

@krisztianfekete can I get a follow up on the above issue please? thank you!

@lgadban
Copy link
Collaborator

lgadban commented Jun 23, 2022

Try using a specific version, such as

sudo env "PATH=$PATH" bee run ghcr.io/solo-io/bumblebee/tcpconnect:0.0.12

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