-
Notifications
You must be signed in to change notification settings - Fork 143
not able to install on windows #758
Comments
Hi danishwinjit. That's because you need to run gx-go first. The make.bat doesn't do it on windows. If you have make installed, I suggest you remove the make.bat and run the makefile. |
Did as you said but got the error..kindly help C:\Users\Admin\go\src\github.com\holochain\holochain-proto>make |
Do you have admin rights when launching that command? |
I was facing the same problem (minus the required priviledge). My problem was that i was running the go get and gx-go get commands in powershell, and they were failing. When run from cmd, everything went smoothly. Are you using powershell or cmd? |
if you add following rows to top of ...\go\src\github.com\holochain\holochain-proto\make.bat file, Error will fix go get -u github.com/whyrusleeping/gx |
Hi, I am beginner here, please can someone help me out with installation on Windows 10
step 2 Double-click Path, and in the window that pops up add the following entries: %GOPATH%\bin C:\Go\bin (Or wherever you installed Go to+\bin). C:\Program Files (x86)\GnuWin32\bin (Or wherever you installed GnuWin32 make to+\bin). I didn't do any of what's shown in step two (don't know how to get to that path window???) C:\Go-work>go get -u github.com/whyrusleeping/gx cd C:\Go-work\src\github.com\ipfs\go-ipfs-cmdkit; git pull --ff-onlyThere is no tracking information for the current branch.
If you wish to set tracking information for this branch you can do so with:
package github.com/ipfs/go-ipfs-cmdkit/files: exit status 1 cd C:\Go-work\src\github.com\gogo\protobuf; git pull --ff-onlyfatal: not a git repository (or any of the parent directories): .git I would really appreciate the help as I want to install Holochain and continue learning. Thanks. |
I was able to figure it out, now i have to run the make command but it won't find the file :( help... |
I got the same problem as @danishwinjit : ERROR: install deps: failed to fetch package: QmU9a9NV9RdPNwZQDYd5uKsm6N6LJLSvLbywDDYFbaaC6P: symlink ..\bin C:\Users\fduca\go\src\gx\ipfs\QmU9a9NV9RdPNwZQDYd5uKsm6N6LJLSvLbywDDYFbaaC6P.part\go-multihash\test\sharness\bin: Een van de vereiste bevoegdheden is niet aan de client toegekend. I think it may have to do with this issue in Go: golang/dep#773 Any suggestions? |
OK, could finally solve this by disabling "User Account Control: Run all administrators in Admin Approval Mode", see https://appuals.com/a-required-privilege-is-not-held-by-the-client-0x80070522/ |
Getting this error while installing holochain on windows
C:\Users\Admin\go\src\github.com\holochain\holochain-proto>go get github.com\holochain\holochain-proto\cmd\hcdev
github.com/holochain/holochain-proto
.\node.go:439:15: undefined: swarm.NewNetwork
The text was updated successfully, but these errors were encountered: