Python3.7 in windows 的主管(或类似工具)

Supervisor(or similar tool) for Python3.7 in windows

我在 ubuntu 中使用了 Supervisor,它非常简单易用。 但是现在我想在 windows 机器上持续执行 python 脚本。

我尝试使用以下命令安装主管

pip install supervisor

但出现以下错误

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.

有没有办法在 python 3.7.2 上安装 supervisor?或者 windows 中是否有其他解决方案?

使用 windows 服务。它可以帮助您 运行 代码始终如一。你也可以试试 kubernetes。