Python VOLTTRON启动失败/超时

Python VOLTTRON启动失败/超时,python,volttron,Python,Volttron,我正在尝试在rasp pi B上配置Volttron+ 这似乎是安装正常: /scripts/rabbit\u dependencies.sh raspbian buster python3 bootstrap.py--驱动程序--强制执行 但在尝试启动Volttron服务时,我遇到了一些问题: (volttron) pi@raspberrypi:~/volttron $ ./start-volttron Starting VOLTTRON verbosely in the background

我正在尝试在rasp pi B上配置Volttron+

这似乎是安装正常:
/scripts/rabbit\u dependencies.sh raspbian buster
python3 bootstrap.py--驱动程序--强制执行

但在尝试启动Volttron服务时,我遇到了一些问题:

(volttron) pi@raspberrypi:~/volttron $ ./start-volttron
Starting VOLTTRON verbosely in the background with VOLTTRON_HOME=/home/pi/.volttron
Waiting for VOLTTRON to startup..
VOLTTRON startup failed/timed out. Please check volttron.log for details
只要安装所有驱动程序,引导过程中的任何提示都会得到极大的赞赏

错误:

/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
Missing library jwt within web package.
2020-11-23 19:10:46,345 () volttron.platform.agent.utils DEBUG: value from env None
2020-11-23 19:10:46,347 () volttron.platform.agent.utils DEBUG: value from config False
(volttron) pi@raspberrypi:~/volttron $ vcfg
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)

Your VOLTTRON_HOME currently set to: /home/pi/.volttron

Is this the volttron you are attempting to setup? [Y]:
What type of message bus (rmq/zmq)? [zmq]:
What is the vip address? [tcp://127.0.0.1]:
What is the port for the vip address? [22916]:
Is this instance web enabled? [N]:
Will this instance be controlled by volttron central? [Y]:
Segmentation fault
(volttron) pi@raspberrypi:~/volttron $ Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>
BrokenPipeError: [Errno 32] Broken pipe
错误:

/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 72 from C header, got 76 from PyObject
  return f(*args, **kwds)
Missing library jwt within web package.
2020-11-23 19:10:46,345 () volttron.platform.agent.utils DEBUG: value from env None
2020-11-23 19:10:46,347 () volttron.platform.agent.utils DEBUG: value from config False
(volttron) pi@raspberrypi:~/volttron $ vcfg
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenle                                                                                                            t size changed, may indicate binary incompatibility. Expected 72 from C header,                                                                                                             got 76 from PyObject
  return f(*args, **kwds)

Your VOLTTRON_HOME currently set to: /home/pi/.volttron

Is this the volttron you are attempting to setup? [Y]:
What type of message bus (rmq/zmq)? [zmq]:
What is the vip address? [tcp://127.0.0.1]:
What is the port for the vip address? [22916]:
Is this instance web enabled? [N]:
Will this instance be controlled by volttron central? [Y]:
Segmentation fault
(volttron) pi@raspberrypi:~/volttron $ Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>
BrokenPipeError: [Errno 32] Broken pipe
(伏特隆)pi@raspberrypi:~/volttron$vcfg
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
/usr/lib/python3.7/importlib/_bootstrap.py:219:RuntimeWarning:greenlet.greenle t大小已更改,可能表示二进制不兼容。C头预期为72,PyObject预期为76
返回f(*args,**kwds)
您的VOLTTRON\u主页当前设置为:/HOME/pi/.VOLTTRON
这是你要安装的伏打管吗?[Y] :
什么类型的消息总线(rmq/zmq)?[zmq]:
贵宾地址是什么?[tcp://127.0.0.1]:
vip地址的端口是什么?[22916]:
此实例是否已启用web?[N] :
该实例是否由volttron central控制?[Y] :
分段故障
(沃尔特隆)pi@raspberrypi:~/volttron$异常在中被忽略:
断管错误:[Errno 32]断管
编辑


git cloned Version/7.x

我不确定我是否看到了这一点,但我认为我看到了一些类似的东西,其中有关于不兼容的c库的错误。我相信之前我们看到过,当有人试图在x86系统上运行raspbian时,也可能是在试图解决raspbian 9上的erlang和RMQ依赖时。你能澄清几件事吗:

  • 这是一个新闪现的raspbian映像,还是更旧的映像(也就是说,是否有较旧的安装包版本在运行,或者是所有新的东西;此系统是否成功运行过任何版本的volttron?)
  • 你想用RMQ还是ZMQ运行?似乎您已尝试安装RMQ的依赖项,但配置了