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

Can not work on Windows, because expect.spawn not available on windows #4

Open
cutebomb opened this issue Jul 15, 2017 · 3 comments
Open

Comments

@cutebomb
Copy link

When I try to run on windows, It will have error "'module' object has no attribute 'spawn' "
After looked up on internet, the result is expect.spawn not available on windows, Can you find a work around on windows platform?

@isaackwan
Copy link

I wonder if the new popen variant work?

@kimtang
Copy link

kimtang commented Dec 7, 2017

I tried to replace the problematic function but got this another error:
AttributeError: 'PopenSpawn' object has no attribute 'echo' unfortunately. But it is really appreciated to get it working in windows

@gerrymanoim
Copy link
Owner

Apologies for the (very) delayed replay. At this point, I'd just wait until kx releases their official jupyter kernel as it is much better than this one.

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

4 participants