Open lorenzodavid opened 8 years ago
Launching: hydra rmq --total_sub_apps=1
hydra rmq --total_sub_apps=1
I found missing requirements on the slave nodes.
I fixed it by add psutil, pyzmq, protobuf on each slave node.
psutil
pyzmq
protobuf
Why the zmq python library is required to run rmq test?
I also found pika as a missing package in the slave node. Fixed by adding this package and rmq test ran successfully.
pika
Resolved. Please close
Launching:
hydra rmq --total_sub_apps=1
I found missing requirements on the slave nodes.
I fixed it by add
psutil
,pyzmq
,protobuf
on each slave node.Why the zmq python library is required to run rmq test?