-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
@krisztianfekete any help with this issue? |
Hey, what version of Go are you using? |
@krisztianfekete go version go1.13.8 linux/amd64 |
Can you please try to upgrade to Go 1.16+ and try it again? |
@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: |
Can you please run |
@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: |
@krisztianfekete can I get a follow up on the above issue please? thank you! |
Try using a specific version, such as
|
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
Expected Behavior
I expected Bumblebee to install successfully without errors.
Additional Context
No response
The text was updated successfully, but these errors were encountered: