Solution:
Modify the jlink.py
file under the pylink package path and find the flash_file
method;
Find the self._dll.JLINK_DownloadFile
line under this method, and modify the following parameter path.encode()
to
path.encode(locale.getpreferredencoding()), Of course, you have to use the locale preamble package