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

No process is on the other end of the pipe. #292

Open
coanor opened this issue Feb 8, 2021 · 0 comments
Open

No process is on the other end of the pipe. #292

coanor opened this issue Feb 8, 2021 · 0 comments

Comments

@coanor
Copy link

coanor commented Feb 8, 2021

I'm building my app on Mac, with GOOS=windows and GOARCH=amd64. When running the app on Windows(build 19041.746), I got the error:

import (
    ui "github.com/gizak/termui/v3"
)
if err := ui.Init(); err != nil {
    log.Error(error)   // error:  No process is on the other end of the pipe.
    return err
}

It's maybe a error throw from https://github.com/nsf/termbox-go, how to fix it?

Windows info(part of systeminfo output):

OS Name:                   Microsoft Windows 10 Home
OS Version:                10.0.19041 N/A Build 19041
OS Build Type:             Multiprocessor Free
System Type:               x64-based PC
Processor(s):              1 Processor(s) Installed.
                           [01]: Intel64 Family 6 Model 58 Stepping 9 GenuineIntel ~2201 Mhz
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

1 participant