python 3的主管? [英] supervisord for python 3?

查看:42
本文介绍了python 3的主管?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想要使用 supervisord 来控制我的 Python 3 项目的进程.特别声明Supervisor 可以在 Python 2.4 或更高版本上工作,但不能在任何版本的 Python 3 下工作".

对于 Python 3 的主管替换有什么建议吗?

解决方案

即将发布 Supervisord 4.0 将支持 Python 2.7 和 3.4 及更高版本.在此之前,您可以使用 supervisor-py3k fork.>

或者简单地使用 Python 2 运行 supervisord;您的 Python 3 代码库不受影响,因为 supervisord 是一个独立进程.

Want to use supervisord to control the processes for my Python 3 project. It is specifically stated that "Supervisor is known to work with Python 2.4 or later but will not work under any version of Python 3".

Any suggestions for supervisor replacement for Python 3?

解决方案

The upcoming 4.0 release of Supervisord will support Python 2.7, and 3.4 and up. Until then, you could use the supervisor-py3k fork.

Or simply run supervisord with Python 2; your Python 3 codebase is otherwise unaffected, as supervisord is an independent process.

这篇关于python 3的主管?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆