pandarallel icon indicating copy to clipboard operation
pandarallel copied to clipboard

EOFError while using pandarallel

Open reach4bawer opened this issue 4 years ago • 1 comments

I tried using this package to query API end points based on the pandas dataframe. I am getting the following error using the package -

Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "/Users/my_user/project/venv/lib/python3.9/site-packages/pandarallel/pandarallel.py", line 453, in closure
    results = get_workers_result(
  File "/Users/my_user/project/venv/lib/python3.9/site-packages/pandarallel/pandarallel.py", line 366, in get_workers_result
    message_type, message = queue.get()
  File "<string>", line 2, in get
  File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/managers.py", line 810, in _callmethod
    kind, result = conn.recv()
  File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/connection.py", line 255, in recv
    buf = self._recv_bytes()
  File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/connection.py", line 419, in _recv_bytes
    buf = self._recv(4)
  File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/multiprocessing/connection.py", line 388, in _recv
    raise EOFError
EOFError

reach4bawer avatar Nov 02 '21 03:11 reach4bawer

I've got the same issue! I can't seem to find a solution.

Did you solve it?

sacharbit avatar Jul 25 '22 11:07 sacharbit

Closed in favour of #178.

till-m avatar Aug 09 '22 06:08 till-m