Getting an error on my unattended bot The specified Python path is not valid: C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\PYTHON_SERVICES

I have a simple process that invokes a python method. I set up a queue trigger whenever there is a new queue item my 2 unattended bots will pick up the process. They are installed in different VMs. One of them working fine (python is also installed in this environment), but the other one is getting an error like this: “The specified Python path is not valid: C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\PYTHON_SERVICES”
If anyone knows what’s the issue and how to solve, it would be appreciated.
Let me know if more details needed.