gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.
MIT License
3.8k stars 262 forks source link

error loading package "github.com/parnurzeal/gorequest" metadata: err: go command required, not found: exec: "go": executable file not found in $PATH: stderr: #221

Closed ilaer closed 3 years ago

ilaer commented 3 years ago

image

cosmos72 commented 3 years ago

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