在Ubuntu 18.01上运行Apache的nimbus服务风暴时。我收到消息了
需要python版本> 2.6
我已经在计算机上安装了Python 3.6.5吗?
答案 0 :(得分:0)
Nimbus特别依赖于Python 2.6.6。因此,安装Python 2.7可能是您的最佳选择。
Python 3尚未在Apache Storm上进行全面测试。签出"Setting up a Storm Cluster" tutorial。
答案 1 :(得分:0)
首先,您应该确定自己的Python版本优于2.6。
然后转到风暴文件(不是storm。*),然后查看变量PYTHON,将其更改为python exe路径,它将起作用 祝你好运