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

gx deps fails #3388

Closed
JustinDrake opened this issue Nov 15, 2016 · 6 comments
Closed

gx deps fails #3388

JustinDrake opened this issue Nov 15, 2016 · 6 comments

Comments

@JustinDrake
Copy link
Contributor

I just installed gx and gx deps fails for go-ifps:

Justins-MacBook-Pro:go-ipfs justin$ gx deps
package QmPF5kxTYFkzhaY5LmkExood7aTTZBHWQC6cjdDQBuGrjp not found

I'm very new to gx and IPFS and it's possible I'm doing something stupid.

@JustinDrake
Copy link
Contributor Author

(Note that IPFS is correctly installed and runs fine.)

@hsanjuan
Copy link
Contributor

I think this means that you have not run make deps in the go-ipfs folder.

@JustinDrake
Copy link
Contributor Author

make deps runs without issues, but gx deps still fails.

@whyrusleeping
Copy link
Member

@JustinDrake do you have gx-go installed and in your path?

@JustinDrake
Copy link
Contributor Author

Yes, that fixed it! I ran go get -u github.com/whyrusleeping/gx-go and it now works. This was not at all clear from the gx install documentation.

@whyrusleeping
Copy link
Member

@JustinDrake Yeap, thanks for pointing this out. I'm adding some more code to gx that will error out if the subtool is missing and the SubtoolRequired config field is set.

@ajnavarro ajnavarro mentioned this issue Aug 24, 2022
72 tasks
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

3 participants