首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >VOLTTRON启动失败/超时

VOLTTRON启动失败/超时
EN

Stack Overflow用户
提问于 2020-11-23 19:53:22
回答 1查看 88关注 0票数 0

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

这似乎是安装Ok:./scripts/rabbit_dependencies.sh raspbian buster python3 bootstrap.py --drivers --force

但是想要启动伏尔创服务,我有一些问题:

代码语言:javascript
复制
(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

任何通过引导过程的命令的提示都非常感谢仅仅安装所有的驱动程序。

错误:

代码语言:javascript
复制
/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

错误:

代码语言:javascript
复制
(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

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2020-11-23 22:58:40

我不确定我是否确实看到过这种情况,但我想我已经看到了一些类似的东西,其中出现了关于不兼容的c库的错误。我相信,我们以前看到过,当有人试图在x86系统上运行raspbian时,也可能在试图解决raspbian 9上的erlang和RMQ依赖关系时。

  • 这是一个新闪现的raspbian映像,还是旧版本(即,可能有较旧的安装包版本正在运行,还是一切都是新的;此系统是否曾经成功地运行过任何版本的伏特森?)
  • 您是否试图使用RMQ或ZMQ运行?您似乎已经尝试安装RMQ的依赖项,但是为ZMQ配置了平台。这两种方法都应该可以工作,但是希望最小化我们所使用的tweaking.
  • Could的数量--您发布了您正在处理的venv的pip freeze,这样我们就可以看到包版本的确切集合?

如果您正处于电压社区的空闲状态,我们可以尝试在那里调试更多的实时(并且记住,一旦我们找到了答案,请回到这里并记下答案)。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/64975429

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档