I have a situation where i have to run a python.exe as a service in NSSM. To test, I have created .exe file which has only import pandas as pd in it. I created the service in NSSM successfully. But when I start the service I get error windows could not start the service on local computer the service did not return an error.
What else can I do to tackle this problem?
Trust me I have tried all solutions in stack overflow.
- I closed cmd when starting service.
- Gave all control to network service