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
Fatal Python error: init_import_site: Failed to import the site module
Python runtime state: initialized
Traceback (most recent call last):
[... some tracing logs ...]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 1468: character maps to
I added some parameters encoding='utf-8' to the funtions connected with files, but it still doesn't work
Pycharm encoding is also set by default to UTF8
The text was updated successfully, but these errors were encountered:
I've just got an error after creating .pth file
Fatal Python error: init_import_site: Failed to import the site module
Python runtime state: initialized
Traceback (most recent call last):
[... some tracing logs ...]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 1468: character maps to
I added some parameters encoding='utf-8' to the funtions connected with files, but it still doesn't work
Pycharm encoding is also set by default to UTF8
The text was updated successfully, but these errors were encountered: