$ python text.py
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'C:\Program Files\Python38\python.exe'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = 'C:\\Program Files\\Python38\\python.exe
sys.base_prefix = 'C:\\Program Files\\Python38
sys.base_exec_prefix = 'C:\\Program Files\\Python38
sys.executable = 'C:\\Program Files\\Python38\\python.exe
sys.prefix = 'C:\\Program Files\\Python38
sys.exec_prefix = 'C:\\Program Files\\Python38
sys.path = [
'C:\\Program Files\\Python38\\python38.zip',
'C:\\Program Files\\Python38\\DLLs',
'C:\\Program Files\\Python38\\lib',
'C:\\Program Files\\Python38',
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
LookupError: no codec search functions registered: can't find anything
Current thread 0x0000c158 (most recent call first):
<no Python frame>
I am currently getting back to learning python. At the moment I am using hyper terminal. For some reason when I do commands like "python (pythonFile.py)" it displays the error as shown above. I did python last year and stopped due to school. There are still python files in my laptop.