OSError Python library not found libpython38mso libpython38mso10 libpython38so10 libpython38so libpython38muso10 This means your Python installation does not come with proper shared library files
这个错误意味着Python安装缺少必要的共享库文件,可能是因为缺少开发包或Python安装的构建参数不合适。如果在Debian / Ubuntu上,需要安装Python开发包。如果是自己构建Python,则需要使用--enable-shared(或在macOS上使用--enable-framework)重新构建。
原文地址: https://www.cveoy.top/t/topic/fsrt 著作权归作者所有。请勿转载和采集!