解决方法1
1、检查 先在venv环境中安装xxx 报错的这个包
以我的举例 查看settings>project interpreter (存在对应的包)
解决方法2
2、在xxx.spec 文件中 添加 导入模块 pytest
再次重新打包 pyinstaller xxx.spec
运行exe 运行成功.....
标签:named,pyinstaller,No,xxx,module,打包 From: https://www.cnblogs.com/zcjbky/p/17492771.html