Created
September 19, 2018 16:22
-
-
Save omgjlk/d7e3fdf43a7f84a324a8593a73019204 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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