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

Undefined symbols for architecture arm64 #1

Open
wtbh opened this issue Sep 3, 2019 · 1 comment
Open

Undefined symbols for architecture arm64 #1

wtbh opened this issue Sep 3, 2019 · 1 comment

Comments

@wtbh
Copy link

wtbh commented Sep 3, 2019

PyImport_AppendInittab("__scipy__lib__ccallback_c", &PyInit__ccallback_c);//在这里出现了问题
编译时:
"__PyThreadState_UncheckedGet", referenced from:
___Pyx_AddTraceback in libscipy.a(_ccallback_c.o)
___pyx_f_5scipy_4_lib_12_ccallback_c_raw_capsule_destructor in libscipy.a(_ccallback_c.o)
___Pyx_PyFunction_FastCallDict in libscipy.a(_ccallback_c.o)
___pyx_pw_5scipy_4_lib_12_ccallback_c_7test_call_cython in libscipy.a(_ccallback_c.o)

你好,我在iOS集成python解释器的项目中使用了您的libscipy.a文件,但是出现了上面的错误,请问有可能是什么原因呢,没有什么解决问题的思路,请指教,谢谢

@goodclass
Copy link
Owner

请参考 https://github.com/ColdGrub1384/Pyto
需要一些其它静态库依赖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants