You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build and install a package with unicode characters breaks with Python 3.
$ rez build --install
variant = _create_variant()
File "C:\Users\manima\packages\bleeding_rez\2.38.2\python\rezplugins\package_repository\filesystem.py", line 618, in _create_variant
overrides=overrides
File "C:\Users\manima\packages\bleeding_rez\2.38.2\python\rezplugins\package_repository\filesystem.py", line 1077, in _create_variant
dump_package_data(package_data, buf=f, format_=package_format)
File "C:\Users\manima\packages\python\3.7.3\platform-windows\arch-AMD64\app\lib\contextlib.py", line 119, in __exit__
next(self.gen)
File "C:\Users\manima\packages\bleeding_rez\2.38.2\python\rez\serialise.py", line 71, in open_file_for_write
f.write(content)
File "C:\Users\manima\packages\python\3.7.3\platform-windows\arch-AMD64\app\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u306e' in position 118: character maps to <undefined>
Trying to build and install a package with unicode characters breaks with Python 3.
Exhibit A
Exhibit B
The text was updated successfully, but these errors were encountered: