PyArmor ERROR 'utf-8' codec can't decode byte 0x83 in position 594: invalid start byte
问题 I am developing with Python, and tried to make an installer by typing the following command in PyArmor. pyarmor pack -e " --onedir --noconsole --icon icon.ico -n testApp" main.py Then I got the following error. ERROR 'utf-8' codec can't decode byte 0x83 in position 594: invalid start byte There is no error when I type and execute python main.py . An error occurs only when PyArmor is running. What is the cause? How can I fix it? 回答1: As it says in the documentation: https://pyarmor.readthedocs