Skip to content

Installing problems #1

@teknico

Description

@teknico

Import problem when installing the tutorial:

$ godep go install tutorial/fresno
# tutorial/fresno
fresno/main.go:10: can't find import: "github.com/gopherjs/gopherjs"
godep: go exit status 2

Not sure why, the godep path seems right and gopherjs is in there:

$ godep path
$HOME/tutroot/src/tutorial/Godeps/_workspace

After commenting out line 10 of fresno/main.go, the error becomes:

$ godep go install tutorial/fresno
# tutorial/fresno
fresno/main.go:12: can't find import: "github.com/tools/godep"
godep: go exit status 2

After also commenting out line 12 of fresno/main.go, the install completes and the tutorial runs.

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