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

error loading package "firebase.google.com/go" metadata: err: go command required, not found: exec: "go": executable file not found in $PATH: stderr: #236

Open
jehphorey opened this issue Sep 8, 2021 · 1 comment
Labels

Comments

@jehphorey
Copy link

Hello, I am I having issues with importing third party packages to GopherNotes. I also feel that it is important to note that I am running GopherNotes through a notebook instance on GCP.

I saw this quote by Cosmo

Hello @ilaer
importing third-party packages (i.e. outside the Go standard library) currently only works on Linux and Mac OS X,
and - what's probably missing in your case - requires the Go compiler to be installed and added to $PATH

But to the best of my knowledge I believe the Go compiler is already added to $PATH.

Could anyone please elaborate on how to fix this?

Thank you

image

@cosmos72
Copy link
Member

cosmos72 commented Jan 9, 2022

The error message you quoted shows that the go command is not found in your $PATH.

To be able to help you, please post the following information:

  1. the operating system you are using
  2. where you think the Go toolchain is installed
  3. the output of echo $PATH
  4. the output of go version
  5. the output of go env

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants