|
发表于 2022-10-8 16:57:59
|
显示全部楼层
root@raspberrypi:/opt/bt-mqtt-gateway# python3 gateway.py
09:52:45 Starting
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/tmp/pip-req-tracker-02_nyc1o/7cf77b33f39dc226b50808cbd6c6605643b7b 9b953da5ad9914dc026'
Traceback (most recent call last):
File "gateway.py", line 67, in <module>
manager.register_workers(global_topic_prefix).start(mqtt)
File "/opt/bt-mqtt-gateway/workers_manager.py", line 91, in register_workers
command_timeout, global_topic_prefix, **worker_config["args"]
File "/opt/bt-mqtt-gateway/workers/base.py", line 11, in __init__
self._setup()
File "/opt/bt-mqtt-gateway/workers/thermostat.py", line 40, in _setup
from eq3bt import Thermostat
ModuleNotFoundError: No module named 'eq3bt'
请问大神这个是什么情况,执行python3 gateway.py测试,报错
|
|