Hi, I am following all steps however when trying to create a backtest with lean locally with python, I get this error:

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\\Admin\\Desktop\\Lean-master\\Launcher\\bin\\Debug\\QuantConnect.Lean.Launcher.exe'
 sys.base_prefix = 'C:\\Users\\Admin\\AppData\\Local\\conda\\conda\\envs\\lean'
 sys.base_exec_prefix = 'C:\\Users\\Admin\\AppData\\Local\\conda\\conda\\envs\\lean'
 sys.executable = 'C:\\Users\\Admin\\Desktop\\Lean-master\\Launcher\\bin\\Debug\\QuantConnect.Lean.Launcher.exe'
 sys.prefix = 'C:\\Users\\Admin\\AppData\\Local\\conda\\conda\\envs\\lean'
 sys.exec_prefix = 'C:\\Users\\Admin\\AppData\\Local\\conda\\conda\\envs\\lean'
 sys.path = [
   'C:\\Users\\Admin\\AppData\\Local\\conda\\conda\\envs\\lean\\python38.zip',
   '.\\DLLs',
   '.\\lib',
   'C:\\Users\\Admin\\Desktop\\Lean-master\\Launcher\\bin\\Debug',
 ]
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 0x00002be4 (most recent call first):
<no Python frame>

Anyone experienced such?