Problem with running LAMMPS

i have windows 11 , Python 3.9 . when i run LAMMPS on my PC , i get this error:

Traceback (most recent call last):
File “C:\Users\raji_\AppData\Local\Programs\Python\Python39\lib\runpy.py”, line 197, in run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\raji
\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\raji
\AppData\Local\Programs\Python\Python39\Scripts\lmp.exe_main
.py", line 4, in
File “C:\Users\raji_\AppData\Local\LAMMPS 64-bit 2Aug2023\Python\lammps_init_.py”, line 49, in
version = get_version_number()
File “C:\Users\raji_\AppData\Local\LAMMPS 64-bit 2Aug2023\Python\lammps_init_.py”, line 46, in get_version_number
t = time.strptime(vstring, “%Y.%m.%d”)
File “C:\Users\raji_\AppData\Local\Programs\Python\Python39\lib_strptime.py”, line 562, in _strptime_time
tt = strptime(data_string, format)[0]
File "C:\Users\raji
\AppData\Local\Programs\Python\Python39\lib_strptime.py", line 352, in _strptime
raise ValueError("unconverted data remains: s"
ValueError: unconverted data remains: .0.0
PS C:\Lammps\weeks>

There is not enough information here to be able to reproduce this, let alone make a suggestion to remedy it.