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

ImportError: cannot import name 'SIGPIPE' #14

Open
azhar22k opened this issue May 22, 2017 · 4 comments
Open

ImportError: cannot import name 'SIGPIPE' #14

azhar22k opened this issue May 22, 2017 · 4 comments

Comments

@azhar22k
Copy link

azhar22k commented May 22, 2017

Getting this error ImportError: cannot import name 'SIGPIPE' when running on windows machine
But runs well on Mac

@ydeng11
Copy link

ydeng11 commented Nov 19, 2017

Same error

@Hipapheralkus
Copy link

same here

@azhar22k
Copy link
Author

So, SIGPIPE is not available on windows and actually use fork feature of unix/linux.
The only solution I came up is to comment out line no. 8 and 9 while running this code on windows.

@eylulakdemir
Copy link

when I commented out those lines, I started getting OverflowError: Python int too large to convert to C long . Dont know if the two are related hovewer I checked my data and non of them are bigger than sys.maxsize

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