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

WSL2 BoxCar and Triqler not working due to python multiprocessing errors #33

Open
TimothyOlsson opened this issue Jul 9, 2020 · 0 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@TimothyOlsson
Copy link
Contributor

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/multiprocessing/synchronize.py", line 29, in <module>
    from _multiprocessing import SemLock, sem_unlink
ImportError: cannot import name 'SemLock'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.6/multiprocessing/context.py", line 119, in Pool
    context=self.get_context())
  File "/usr/local/lib/python3.6/multiprocessing/pool.py", line 156, in __init__
    self._setup_queues()
  File "/usr/local/lib/python3.6/multiprocessing/pool.py", line 249, in _setup_queues
    self._inqueue = self._ctx.SimpleQueue()
  File "/usr/local/lib/python3.6/multiprocessing/context.py", line 112, in SimpleQueue
    return SimpleQueue(ctx=self.get_context())
  File "/usr/local/lib/python3.6/multiprocessing/queues.py", line 315, in __init__
    self._rlock = ctx.Lock()
  File "/usr/local/lib/python3.6/multiprocessing/context.py", line 66, in Lock
    from .synchronize import Lock
  File "/usr/local/lib/python3.6/multiprocessing/synchronize.py", line 34, in <module>
    " function, see issue 3770.")
ImportError: This platform lacks a functioning sem_open implementation, therefore, the required synchronization primitives needed will not function, see issue 3770.

Seems to be problem with kernels in WSL2

@TimothyOlsson TimothyOlsson added bug Something isn't working invalid This doesn't seem right labels Jul 9, 2020
@TimothyOlsson TimothyOlsson changed the title WSL2 BoxCar not working due to python multiprocessing errors WSL2 BoxCar and Triqler not working due to python multiprocessing errors Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant