You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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.
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?
The text was updated successfully, but these errors were encountered: