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

Install error on Windows #9

Open
clin1234 opened this issue Aug 3, 2024 · 4 comments
Open

Install error on Windows #9

clin1234 opened this issue Aug 3, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@clin1234
Copy link

clin1234 commented Aug 3, 2024

❯ go install github.com/danthegoodman1/epicenv@main
go: downloading github.com/danthegoodman1/epicenv v0.0.0-20240802184752-6343db738875
go: downloading github.com/rs/zerolog v1.33.0
# github.com/danthegoodman1/epicenv/cmd
go\pkg\mod\github.com\danthegoodman1\[email protected]\cmd\cmd.go:21:41: cannot use syscall.Stdin (variable of type syscall.Handle) as int value in argument to term.ReadPassword
@danthegoodman1
Copy link
Owner

danthegoodman1 commented Aug 3, 2024

That’s strange, worked for me quite a short time ago, what system are you running?

I'm guessing windows? I've not tested it there, only mac and linux

@danthegoodman1
Copy link
Owner

root@ubuntu-s-1vcpu-2gb-amd-nyc1-01:~# go install github.com/danthegoodman1/epicenv@latest
go: downloading github.com/danthegoodman1/epicenv v0.0.0-20240802184752-6343db738875
go: downloading github.com/samber/lo v1.46.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading golang.org/x/crypto v0.25.0
go: downloading golang.org/x/term v0.22.0
go: downloading github.com/rs/zerolog v1.33.0
go: downloading golang.org/x/text v0.16.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/sys v0.22.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.19

installed no problem on linux

@clin1234
Copy link
Author

clin1234 commented Aug 3, 2024

That’s strange, worked for me quite a short time ago, what system are you running?

I'm guessing windows? I've not tested it there, only mac and linux

Windows

@danthegoodman1
Copy link
Owner

Thaks, I'll mention it doesn't support windows atm

@danthegoodman1 danthegoodman1 changed the title Install error Install error on Windows Aug 3, 2024
@danthegoodman1 danthegoodman1 added the bug Something isn't working label Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants