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

Unable to go-get github.com/divan/whispervis #1

Closed
mewmew opened this issue Dec 20, 2018 · 5 comments
Closed

Unable to go-get github.com/divan/whispervis #1

mewmew opened this issue Dec 20, 2018 · 5 comments

Comments

@mewmew
Copy link

mewmew commented Dec 20, 2018

Hi Ivan,

Thank you for a really wonderful Go Advent post. I think you may have re-ignited a spark in me for trying to write front-ends that had long since lost its ember.

I really wanted to try to play around with your visualization demo locally, and thus tried to go-get the whisperviz project. However, it failed with the following error:

$ go get -u github.com/divan/whispervis/...
# cd .; git clone https://github.com/divan/simulation /home/u/goget/src/github.com/divan/simulation
Cloning into '/home/u/goget/src/github.com/divan/simulation'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
package github.com/divan/whispervis
	imports github.com/divan/simulation/propagation: exit status 128
package github.com/divan/whispervis
	imports github.com/divan/simulation/stats: cannot find package "github.com/divan/simulation/stats" in any of:
	/home/u/go1.12/src/github.com/divan/simulation/stats (from $GOROOT)
	/home/u/goget/src/github.com/divan/simulation/stats (from $GOPATH)
	/home/u/Desktop/go/src/github.com/divan/simulation/stats

Seems like the go get is unable to locate the github.com/divan/simulation repo.

Wish you all the best and send happy winter wishes from Sweden :)

/u

@divan
Copy link
Owner

divan commented Dec 21, 2018

Oh my. Sorry for that, as I was mostly playing working with this for myself, and changed import paths a bit, I forgot to make it public. Fixed now: https://github.com/divan/simulation

@mewmew
Copy link
Author

mewmew commented Dec 21, 2018

Hi Ivan,

Thanks for releasing the project :) It works great now.

2018-12-21-230649_1662x1009_scrot

You may want to add a note to the readme of how to run the simulation server, e.g.

To visualize simulations, first install the simulation server

$ go get -u github.com/divan/simulation/cmd/propagation_server

Then start the simulation server, which listens on port 8084 by default.

$ propagation_server

@mewmew mewmew closed this as completed Dec 21, 2018
@P31N
Copy link

P31N commented Jul 2, 2022

How did you make it work - unable to make it run

@mewmew
Copy link
Author

mewmew commented Jul 3, 2022

Hi @P31N,

This was quite some time ago, so don't remember : ) Still, really cool project! Wish you the best in coding.

Cheers,
Robin

@P31N
Copy link

P31N commented Jul 3, 2022

All good thanks for the reply

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