Hello, I have a problem regarding the Ansible module ' *azure_rm_containerregistry_info*' from the collection '*azcollection*' of the namespace '*azure*'.
For some reason whenever I play an Ansible playbook that has this module in it, I get the following error : ``` Traceback (most recent call last): File "/tmp/ansible_azure_rm_containerregistry_info_payload_64fzea6f/ansible_azure_rm_containerregistry_info_payload.zip/ansible_collections/azure/azcollection/plugins/module_utils/azure_rm_common.py", line 212, in <module> from packaging.version import Version ModuleNotFoundError: No module named 'packaging' ... ``` The full output log is found here <https://gist.github.com/CGHoussem/a78df976ae2c9d9c70d836adaea9c0c0>. Keep note that I have verified and successfully found that the module 'packaging' exists on my python interpreter. I have opened an issue <https://github.com/ansible-collections/azure/issues/795> on the *ansible_collection/azure* github repository but I need an urgent help. If you have encountered such problem or have any clue on how to fix it or what's the reason behind, please me know. Thank you -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/6a2c8e41-6a6d-4b0c-b8e3-27258e7aff4an%40googlegroups.com.
