-
Notifications
You must be signed in to change notification settings - Fork 29
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
Go get failing #54
Comments
I am seeing this same issue on Linux...
It seems that this is related to this issue with ipfs/go-ipfs, which they have resolved upstream, however qri-io/qfs v0.1.0 still uses the broken version. It looks like HEAD in that repository also uses a newer version of go-ipfs. This thread on golang-nuts seems to have some relevant discussion and lead me to the workaround below. Until this issue can be properly resolved by the relevant upstream projects, I have added the following to my
Note that I wasn't very scientific in checking those version hashes. I didn't rigorously test starlark under these conditions, so YMMV depending which parts of starlib you are using. |
It works now in modules mode:
|
Hello,
I'm seeing the following while trying to use this library:
Not sure if this is a local issue on my part or if there is an upstream issue. Please advise.
Environment:
The text was updated successfully, but these errors were encountered: