lightningrodlabs / holochain-runner

Gives a binary providing wrapped Holochain Conductor with Status Update events, and a good SIGTERM kill switch
20 stars 3 forks source link

Error on Windows #47

Open dellams opened 10 months ago

dellams commented 10 months ago

Nice work guys! :)

This could be useful for HoloNET, however I got this error when installing:

error: failed to run custom build command for tx5-go-pion-sys v0.0.2-alpha

error: failed to run custom build command for `tx5-go-pion-sys v0.0.2-alpha`
Caused by:
  process didn't exit successfully: `C:\Users\USER\AppData\Local\Temp\cargo-installhYnazP\release\build\tx5-go-pion-sys-b6aaa29a02b45846\build-script-build` (exit code: 101)
  --- stdout
  cargo:rerun-if-changed=go.mod
  cargo:rerun-if-changed=go.sum
  cargo:rerun-if-changed=buffer.go
  cargo:rerun-if-changed=const.go
  cargo:rerun-if-changed=datachannel.go
  cargo:rerun-if-changed=peerconnection.go
  cargo:rerun-if-changed=main.go
  cargo:rerun-if-changed=vendor.zip

  --- stderr
  thread 'main' panicked at 'error checking go version: Error { kind: NotFound, message: "program not found" }', C:\Users\USER\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tx5-go-pion-sys-0.0.2-alpha\build.rs:27:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: failed to compile `holochain-runner v0.7.2`, intermediate artifacts can be found at `C:\Users\USER\AppData\Local\Temp\cargo-installhYnazP`

Any ideas? :)

Thanks!

dellams commented 10 months ago

Do I need to install Go or something for this to work?

Connoropolous commented 10 months ago

what command were you running when you got this?

Connoropolous commented 10 months ago

anyways, also, we actually release binaries, so you should try the windows one:

https://github.com/lightningrodlabs/holochain-runner/releases

dellams commented 10 months ago

what command were you running when you got this?

Was when I was trying to install it.

dellams commented 10 months ago

anyways, also, we actually release binaries, so you should try the windows one:

https://github.com/lightningrodlabs/holochain-runner/releases

Great, will give them a go thanks! :)