我有一些格式为(start_⚡.py、enjoy_.py 等)的 python 文件,我想用 nuitka 编译它们
我正在使用以下命令 -
python3 -m nuitka --module --no-progress --quiet --remove-output --nofollow-imports --no-pyi-file start_⚡.py
它给了我错误-
UnicodeEncodeError: 'latin-1' codec can't encode character '\U0001f634' in position 41: ordinal not in range(256)
用表情符号编译文件的任何解决方案!?