I have used Supervisor for ubuntu which is pretty simple and easy to use. However now I want to execute a python script persistently on a windows machine.
I tried installing supervisor by using the below command
pip install supervisor
but getting the following error
Supervisor requires Python 2.4 or later but does not work on any version of
Python 3. You are using version 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018,
23:09:28) [MSC v.1916 64 bit (AMD64)]. Please install using a supported
version.
Is there a way to install supervisor on python 3.7.2? or are there any alternative solutions in windows?