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

Doesn't seem to work with go 1.23.4 #204

Open
DanielZheng2012 opened this issue Dec 10, 2024 · 4 comments
Open

Doesn't seem to work with go 1.23.4 #204

DanielZheng2012 opened this issue Dec 10, 2024 · 4 comments

Comments

@DanielZheng2012
Copy link

I don't know if I'm doing this right but I tried to install it on my Mac with "go install github.com/vishen/go-chromecast@latest" on my Mac, and afterwards I still couldn't run the command. I am using Go 1.23.4 btw.

@vishen
Copy link
Owner

vishen commented Dec 15, 2024

@DanielZheng2012 are you able to post any error messages etc you are seeing?

@DanielZheng2012
Copy link
Author

% go version
go version go1.23.4 darwin/amd64
% go-chromecast
zsh: command not found: go-chromecast

@vishen
Copy link
Owner

vishen commented Dec 15, 2024

This looks like an issue with your Go setup on mac. It sounds like wherever go install is putting the binaries is not in your PATH env. I would check to see if how you've configured Go to install binaries and ensure that that path is in your PATH.

You can see instructions here https://go.dev/doc/install

@DanielZheng2012
Copy link
Author

it is

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

2 participants