-
My Windows account name has Non UTF 8 charter on I get this error, Maybe It Doesnt Work with Non UTF Windows accounts File "C:\Users\Sinan Çağrı Kurt\AppData\Local\Programs\Python\Python37-32\Scripts\pyinstaller-script.py", line 1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That error isn't complaining directly about a path. It's saying the |
Beta Was this translation helpful? Give feedback.
That error isn't complaining directly about a path. It's saying the
pyinstaller-script.py
itself contains a non UTF-8 character but doesn't have the# -*- coding: utf-8 -*-
shebang at the top. If you openC:\Users\Sinan Çağrı Kurt\AppData\Local\Programs\Python\Python37-32\Scripts\pyinstaller-script.py
I'm guessing it has a path to the Python interpreter in a comment at the top which will contain your username? In which case this is a bug.