Yuan Liu

Results 1 comments of Yuan Liu

I encountered same issue, with small difference. On codespace on VSCode, there's only static link lib: ```shell $ ls $(python3 -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))') | grep libpython libpython3.10.a ``` Though...