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

Fix TQDM error during ingestion #285

Closed
woop opened this issue Nov 1, 2019 · 1 comment
Closed

Fix TQDM error during ingestion #285

woop opened this issue Nov 1, 2019 · 1 comment

Comments

@woop
Copy link
Member

woop commented Nov 1, 2019

Error that was sent to me from a user over slack

TQDM error when running ingestion:

Process Process-3:
Traceback (most recent call last):
  File "/Users/zhiling/.pyenv/versions/3.7.2/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
    self.run()
  File "/Users/zhiling/.pyenv/versions/3.7.2/lib/python3.7/multiprocessing/process.py", line 99, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/zhiling/Documents/work/dev/feast/sdk/python/feast/feature_set.py", line 465, in _listener
    for _ in iter(q.get, None):
  File "/Users/zhiling/.pyenv/versions/3.7.2/lib/python3.7/multiprocessing/queues.py", line 93, in get
    with self._rlock:
  File "/Users/zhiling/.pyenv/versions/3.7.2/lib/python3.7/multiprocessing/synchronize.py", line 95, in __enter__
    return self._semlock.__enter__()
OSError: [Errno 9] Bad file descriptor
@woop
Copy link
Member Author

woop commented Nov 28, 2019

Fixed by #307

@woop woop closed this as completed Nov 28, 2019
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