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

Installation problem from go get #52

Closed
mingrammer opened this issue May 26, 2018 · 2 comments
Closed

Installation problem from go get #52

mingrammer opened this issue May 26, 2018 · 2 comments

Comments

@mingrammer
Copy link

mingrammer commented May 26, 2018

I've installed go-pry with go get install github.com/d4l3k/go-pry and then install. But I type go-pry, it panics.

panic: failed to TypeCheck: /var/folders/d6/shfh9g6d181_yz6t3t1016f00000gn/T/pry038927497/main.go:3:2: could not import github.com/d4l3k/go-pry/pry (can't find import: "github.com/d4l3k/go-pry/pry")

goroutine 1 [running]:
github.com/d4l3k/go-pry/pry.Apply(0xc4200b0200)
	/Users/ming/go/src/github.com/d4l3k/go-pry/pry/pry.go:86 +0x228
main.main()
	/var/folders/d6/shfh9g6d181_yz6t3t1016f00000gn/T/pry038927497/main.go:9 +0x32ea
exit status 2

So, I built it with go build myself and ran, but same results.

What have I missed?

@d4l3k
Copy link
Owner

d4l3k commented May 26, 2018

Have you configured a GOPATH?

Can you paste the output from go version and go env?

@d4l3k
Copy link
Owner

d4l3k commented May 26, 2018

Oh, this is probably a duplicate of #49.

@d4l3k d4l3k closed this as completed May 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants