ansible-networking-collections icon indicating copy to clipboard operation
ansible-networking-collections copied to clipboard

Python package dependencies not installed when installing Galaxy collection

Open jbemmel opened this issue 3 years ago • 0 comments

https://github.com/nokia/ansible-networking-collections/blob/f7b6aa79d87c509cd297c122b24018530250288e/grpc/plugins/connection/gnmi.py#L27

As documented, this plugin depends on grpc and protobuf. Is there a way to install these automatically when installing the Galaxy collection?

python3 -m pip install grpcio protobuf

jbemmel avatar Jan 20 '22 18:01 jbemmel