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

OSError and EOFError #10

Open
wlpku123 opened this issue Sep 29, 2020 · 3 comments
Open

OSError and EOFError #10

wlpku123 opened this issue Sep 29, 2020 · 3 comments

Comments

@wlpku123
Copy link

File "E:\anaconda\lib\multiprocessing\connection.py", line 170, in fileno
self._check_closed()
File "E:\anaconda\lib\multiprocessing\connection.py", line 136, in _check_closed
raise OSError("handle is closed")
OSError: handle is closed
Traceback (most recent call last):
File "", line 1, in
File "E:\anaconda\lib\multiprocessing\spawn.py", line 105, in spawn_main
exitcode = _main(fd)
File "E:\anaconda\lib\multiprocessing\spawn.py", line 115, in _main
self = reduction.pickle.load(from_parent)
EOFError: Ran out of input

@jiangminmin
Copy link

That happened to me, too. please tell me how you solved it.

@imkeithyang
Copy link

same issue here, no idea how to solve it

@wlpku123
Copy link
Author

wlpku123 commented Nov 3, 2020 via email

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

3 participants