Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Installation fails with error #84

Open
NickZ opened this issue Jul 18, 2020 · 6 comments
Open

Installation fails with error #84

NickZ opened this issue Jul 18, 2020 · 6 comments

Comments

@NickZ
Copy link

NickZ commented Jul 18, 2020

Ubuntu 20.04, Go 1.13

When installing with go get github.com/diamondburned/gtkcord3, it fails with the error:

package github.com/diamondburned/ningen/handler: cannot find package "github.com/diamondburned/ningen/handler" in any of:
	/usr/lib/go-1.13/src/github.com/diamondburned/ningen/handler (from $GOROOT)
	/home/nick/go/src/github.com/diamondburned/ningen/handler (from $GOPATH)

I notice that in the github.com/diamondburned/ningen repo, the "handler" folder was changed to "handlerrepo" after gtkcord3 was last updated?

@diamondburned
Copy link
Owner

That seems to be the case, yes.

@a8underscore
Copy link

a8underscore commented Jul 22, 2020

will this be fixed? i cannot build myself because i am waiting for my distros repos to update go to v13 as it seems some dependency needs it to build.

@diamondburned
Copy link
Owner

It will not be, as I've already abandoned gtkcord in favor of other projects.

@diamondburned
Copy link
Owner

However, PRs are welcomed.

@trvrplk
Copy link

trvrplk commented Aug 12, 2020

Hm, I know this problem seems to be fixed but for whatever reason I'm encountering the same error, except with the error message mentioning "arikawa/handler" instead of "ningen/handler". Strangely, searching the repo for "arikawa/handler" with ripgrep doesn't show any direct references for that.

I know the project's abandoned, but I figured I'd mention it since it seems like there's just some small issue somewhere that can be fixed with a pull request. Unfortunately I can't find the source of it.

@diamondburned
Copy link
Owner

After v1, arikawa/handler has been moved to arikawa/utils/handler. For future references, go get should not be used with -u, as it will update dependencies to breaking versions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants