Skip to content

warning: could not find package "github.com/gopherdata/gophernotes/imports" in $GOPATH #206

@genert

Description

@genert

I am getting this warning in notebooks, where I import some third-party libraries.

For example, if I include following imports in notebook:

import (
    "fmt"
    
    "github.com/gonum/stat"
    "github.com/gonum/stat/distuv"
)

The warning appears.

Screenshot 2020-04-28 at 21 51 45

Golang version:

(base) ➜  ai-notebooks git:(master) go version
go version go1.14.1 darwin/amd64

MacOS version:

(base) ➜  ai-notebooks git:(master) sw_vers -productVersion
10.15.4

Gopath:

(base) ➜  ai-notebooks git:(master) echo $GOPATH
/Users/genertorg/go

Gophernotes bin:

(base) ➜  ai-notebooks git:(master) "$(go env GOPATH)"/bin/gophernotes
2020/04/28 21:50:47 Need a command line argument specifying the connection file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions