封装Python和调用C++模块的坑(使用pyinstaller和pybind11) Python 部分 依赖库的 pip 安装 创建虚拟环境并进入虚拟环境: 在虚拟环境下: Pillow 的版本不能过高,需要降级: s ...