g_spawn_async_with_fds 符号未定义。 在GLib 库中,如果你遇到了 undefined symbol: g_spawn_async_with_fds 的错误,这通常意味着你尝试调用的函数 g_spawn_async_with_fds 在你的环境中不存在。这可能是由以下几个原因造成的: 函数不存在: g_spawn_async_with_fds 可能
> from wx.core import * File "/home/local/ADF/brookshg/.local/lib/python3.6/site-packages/wx/core.py", line 12, in <module> from ._core import * ImportError: /home/local/ADF/brookshg/anaconda3/envs/psychopy/bin/../lib/libgio-2.0.so.0: undefined symbol: g_spawn_async_with_fds ...