-
-
Notifications
You must be signed in to change notification settings - Fork 461
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
Error with throttled package #401
Comments
I've got the same issue |
Yup, same. I gather this has something to do with 'canonical paths'? |
I have the same problem in Ubuntu 20.04 The issue is also there when running the throttled installer standalone.
|
Fixed now by #353 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I wanted to install imaginary with
go get -u github.com/h2non/imaginary
I got this message
package gopkg.in/throttled/throttled.v2: code in directory /home/user/go/src/gopkg.in/throttled/throttled.v2 expects import "github.com/throttled/throttled/v2" package gopkg.in/throttled/throttled.v2/store/memstore: code in directory /home/user/go/src/gopkg.in/throttled/throttled.v2/store/memstore expects import "github.com/throttled/throttled/v2/store/memstore"
Sorry if this is redundant post, but I can't finallize installation
Thanks
The text was updated successfully, but these errors were encountered: