New issue 2864: multiprocessing makes dyld: lazy symbol binding failed https://bitbucket.org/pypy/pypy/issues/2864/multiprocessing-makes-dyld-lazy-symbol
Kristoffer Sahlin: Do I have an old version, or what's the best way to fix this? ``` $ ~/prefix/bin/pypy2-v6.0.0-osx64/bin/pypy Python 2.7.13 (ab0b9caf307d, Apr 24 2018, 18:05:02) [PyPy 6.0.0 with GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>> from multiprocessing import Pool >>>> pool = Pool(processes=4) dyld: lazy symbol binding failed: Symbol not found: _clock_gettime Referenced from: /Users/kxs624/prefix/bin/pypy2-v6.0.0-osx64/bin//libpypy-c.dylib Expected in: flat namespace dyld: Symbol not found: _clock_gettime Referenced from: /Users/kxs624/prefix/bin/pypy2-v6.0.0-osx64/bin//libpypy-c.dylib Expected in: flat namespace Trace/BPT trap: 5 ``` _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue