gopherdata / gophernotes

The Go kernel for Jupyter notebooks and nteract.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ilaer opened this issue · comments

commented

image

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