mirror of
https://ghfast.top/https://github.com/aeroxw/easy_tdx_max.git
synced 2026-09-12 22:44:22 +08:00
v1.19.5 EXE 只有 11MB,双击报 ModuleNotFoundError: No module named 'pandas'。 根因:release.yml 先 pip install -e '.[web,packaging]' 再 Build frontend, 但 force-include 要求 web-ui/dist 在 pip install 时就存在——install 阶段 dist 不存在导致 editable install 静默降级,PyInstaller 收集不到第三方包。 修复:调换步骤顺序,Build frontend 在 Install Python deps 之前。 ci.yml 上一 commit 已同样修复。