VOLTTRON 启动 failed/timed 出来
VOLTTRON startup failed/timed out
我正在尝试在 rasp pi B+ 上配置 Volttron
这看起来安装正常:
./scripts/rabbit_dependencies.sh raspbian buster
python3 bootstrap.py --drivers --force
但是我在尝试启动 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
通过 bootstrap 过程的命令的任何提示非常感谢仅安装所有驱动程序。
错误:
/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
编辑
git cloned Version/7.x
我不确定我是否确实看到了这个,但我想我已经看到类似的东西,其中存在关于不兼容的 c 库的错误。我相信之前我们看到当有人试图在 x86 系统上 运行 raspbian 时,也可能在试图解决 raspbian 上的 erlang 和 RMQ 依赖时 9. 你能澄清一下吗一些事情:
- 这是新闪现的 raspbian 图像,还是更旧的图像(也就是说,是否可以安装更旧的软件包版本 运行ning,或者一切都是新的;这个系统是否曾经成功 运行 volttron 的任何版本?)
- 您是想 运行 使用 RMQ 还是 ZMQ?您似乎已尝试为 RMQ 安装依赖项,但为 ZMQ 配置了平台。两者都应该有效,但希望尽量减少我们调整的数量。
- 你能 post 一个你正在使用的 venv 的
pip freeze
以便我们可以看到确切的软件包版本集吗?
如果你在 volttron community slack,我们可以尝试在那里进行更实时的调试(并尽量记得在找到答案后回来并在此处记下答案)。
我正在尝试在 rasp pi B+ 上配置 Volttron
这看起来安装正常:
./scripts/rabbit_dependencies.sh raspbian buster
python3 bootstrap.py --drivers --force
但是我在尝试启动 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
通过 bootstrap 过程的命令的任何提示非常感谢仅安装所有驱动程序。
错误:
/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
编辑
git cloned Version/7.x
我不确定我是否确实看到了这个,但我想我已经看到类似的东西,其中存在关于不兼容的 c 库的错误。我相信之前我们看到当有人试图在 x86 系统上 运行 raspbian 时,也可能在试图解决 raspbian 上的 erlang 和 RMQ 依赖时 9. 你能澄清一下吗一些事情:
- 这是新闪现的 raspbian 图像,还是更旧的图像(也就是说,是否可以安装更旧的软件包版本 运行ning,或者一切都是新的;这个系统是否曾经成功 运行 volttron 的任何版本?)
- 您是想 运行 使用 RMQ 还是 ZMQ?您似乎已尝试为 RMQ 安装依赖项,但为 ZMQ 配置了平台。两者都应该有效,但希望尽量减少我们调整的数量。
- 你能 post 一个你正在使用的 venv 的
pip freeze
以便我们可以看到确切的软件包版本集吗?
如果你在 volttron community slack,我们可以尝试在那里进行更实时的调试(并尽量记得在找到答案后回来并在此处记下答案)。