This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giomach
Recipients giomach
Date 2020-11-08.23:29:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604878197.58.0.426662721479.issue42293@roundup.psfhosted.org>
In-reply-to
Content
Python 3.9 freshly installed in Windows 10 to C:\Program Files\Python39, everything done as administrator, installed for all users, added to PATH.

Installation of pyinstaller fails with message "SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xe1 in position 0: unexpected end of data (sitecustomize.py, line 21)" (attachment)

This may be due to the character á in my Windows username (0xe1 in ANSI, which is my default 8-bit codepage) being misinterpreted as being in utf8 instead of ANSI.

There is no sitecustomize.py in my file system.
History
Date User Action Args
2020-11-08 23:29:57giomachsetrecipients: + giomach
2020-11-08 23:29:57giomachsetmessageid: <1604878197.58.0.426662721479.issue42293@roundup.psfhosted.org>
2020-11-08 23:29:57giomachlinkissue42293 messages
2020-11-08 23:29:57giomachcreate