В python новенький.
При любом коде вылазит такая ошибка.
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = ‘python’
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = ‘C:\Users\arnem2008\AppData\Local\Programs\Python\Python39\python.exe’
sys.base_prefix = ‘’
sys.base_exec_prefix = ‘’
sys.platlibdir = ‘lib’
sys.executable = ‘C:\Users\arnem2008\AppData\Local\Programs\Python\Python39\python.exe’
sys.prefix = ‘’
sys.exec_prefix = ‘’
sys.path = [
‘C:\Users\arnem2008\AppData\Local\Programs\Python\Python39\python39.zip’,
‘.\DLLs’,
‘.\lib’,
‘C:\Users\arnem2008\AppData\Local\Programs\Python\Python39’,
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named ‘encodings’
Current thread 0x00002df4 (most recent call first):
[Finished in 0.3s]
Что делать?