Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created September 19, 2018 16:22
Show Gist options
  • Save omgjlk/d7e3fdf43a7f84a324a8593a73019204 to your computer and use it in GitHub Desktop.
Save omgjlk/d7e3fdf43a7f84a324a8593a73019204 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/multiprocessing/__init__.py", line 218, in Queue
return Queue(maxsize)
File "/usr/lib/python2.7/multiprocessing/queues.py", line 63, in __init__
self._rlock = Lock()
File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 147, in __init__
SemLock.__init__(self, SEMAPHORE, 1, 1)
File "/usr/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__
sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
OSError: [Errno 38] Function not implemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment