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

EOFError BrokenPipeError: [WinError 109] #68

Open
tsinghuazl22 opened this issue Nov 1, 2022 · 0 comments
Open

EOFError BrokenPipeError: [WinError 109] #68

tsinghuazl22 opened this issue Nov 1, 2022 · 0 comments

Comments

@tsinghuazl22
Copy link

Traceback (most recent call last):
File "D:\Anaconda3\envs\testenv\lib\multiprocessing\process.py", line 258, in _bootstrap
self.run()
File "F:\aa_maml\MAML-Pytorch-RL-master\maml_rl\envs\subproc_vec_env.py", line 61, in run
command, data = self.remote.recv()
File "D:\Anaconda3\envs\testenv\lib\multiprocessing\connection.py", line 312, in _recv_bytes
nread, err = ov.GetOverlappedResult(True)
File "D:\Anaconda3\envs\testenv\lib\multiprocessing\connection.py", line 250, in recv
buf = self._recv_bytes()
File "D:\Anaconda3\envs\testenv\lib\multiprocessing\connection.py", line 321, in _recv_bytes
raise EOFError
EOFError
BrokenPipeError: [WinError 109]

I run the code on win10 but this error occurred.

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

1 participant