启动python程序后pm2显示错误

问题描述

启动后无法使用 pm2 运行 python 脚本,使用 influxbd screen shot of the error 显示状态错误

也可以手动运行代码

import os
import time
import requests

from influxdb import InfluxDBClient

def main():
    #code

if __name__ == '__main__':
    main()

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)