pyinstaller 时碰到 struct.error argument out of range - 蝈蝈俊

💡 原文中文,约2700字,阅读约需7分钟。
📝

内容提要

本文介绍了使用PyInstaller打包Python程序时遇到的错误,即struct.error argument out of range。错误是在版本号中出现的,每个版本号的每一部分都应该是一个16位的数字,而上面的版本号中,20230913超出了这个范围。

🏷️

标签

➡️

继续阅读