so I've tried both vs code and sublime text for python like a normal message like print("hello")
but it shows this
Could not find platform independent libraries <prefix>
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'C:\Users\sushi\AppData\Local\Programs\Python\Python311\python.exe'
isolated = 0
environment = 1
user site = 1
safe_path = 0
import site = 1
is in build tree = 0
stdlib dir = 'C:\Users\sushi\OneDrive\Desktop\Projects\pong\Lib'
sys._base_executable = 'C:\Users\sushi\AppData\Local\Programs\Python\Python311\python.exe'
sys.base_prefix = 'C:\Users\sushi\OneDrive\Desktop\Projects\pong'
sys.base_exec_prefix = 'C:\Users\sushi\OneDrive\Desktop\Projects\pong'
sys.platlibdir = 'DLLs'
sys.executable = 'C:\Users\sushi\AppData\Local\Programs\Python\Python311\python.exe'
sys.prefix = 'C:\Users\sushi\OneDrive\Desktop\Projects\pong'
sys.exec_prefix = 'C:\Users\sushi\OneDrive\Desktop\Projects\pong'
sys.path = [
'C:\Users\sushi\AppData\Local\Programs\Python\Python311\python311.zip',
'C:\Users\sushi\OneDrive\Desktop\Projects\pong',
'C:\Users\sushi\OneDrive\Desktop\Projects\pong\Lib',
'C:\Users\sushi\AppData\Local\Programs\Python\Python311',
]
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 0x000048d8 (most recent call first):
<no Python frame>
[Finished in 114ms]