You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python/familia.so:
python/familia.so (compatibility version 0.0.0, current version 0.0.0)
/Users/prcheers/Desktop/Familia/third_party/lib/libglog.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/Users/prcheers/Desktop/Familia/third_party/lib/libgflags.2.dylib (compatibility version 4.0.0, current version 4.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 902.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.100.1)
执行任意python demo
Fatal Python error: PyThreadState_Get: no current thread
环境:Mac 10.15 pyenv 3.6.1
执行 build.sh 前将 Makefile 中 PYTHON_PATH 改为 pyenv 对应 python的路径 ~/.pyenv/versions/3.6.1
执行 otool -L python/familia.so
python/familia.so:
python/familia.so (compatibility version 0.0.0, current version 0.0.0)
/Users/prcheers/Desktop/Familia/third_party/lib/libglog.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/Users/prcheers/Desktop/Familia/third_party/lib/libgflags.2.dylib (compatibility version 4.0.0, current version 4.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 902.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.100.1)
执行任意python demo
Fatal Python error: PyThreadState_Get: no current thread
看过 #83 没有解决 T.T
The text was updated successfully, but these errors were encountered: