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
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.
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
Getting this error
ImportError: cannot import name 'SIGPIPE'
when running on windows machineBut runs well on Mac
The text was updated successfully, but these errors were encountered: