Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何解决“运行时的 python 版本与构建时不同”的问题。
当我尝试运行文件夹中存在的混淆文件时,我收到此错误。
请在这件事上给予我帮助!!
根据这个:
https://pyarmor.readthedocs.io/en/latest/questions.html
您可能正在使用与运行应用程序的环境不同的版本运行 Pyarmor(构建您的混淆代码)。找出运行应用程序的版本并尝试使用相同版本运行 Pyarmor,例如通过使用该版本创建环境。