Hi All, I have an ansible control node, which is the version 2.10.17 i need to install fortigate collection by the command: ansible-galaxy collection install fortinet.fortios but i receive the error message (regardless what comes after ansible-galaxy, i kepp on getting the same error message) ERROR! Unexpected Exception, this is probably a bug: cannot import name 'CollectionRequirement' the full traceback was:
Traceback (most recent call last): File "/usr/local/bin/ansible-galaxy", line 92, in <module> mycli = getattr(__import__("ansible.cli.%s" % sub, fromlist=[myclass]), myclass) File "/usr/local/lib/python3.6/site-packages/ansible/cli/galaxy.py", line 24, in <module> from ansible.galaxy.collection import ( ImportError: cannot import name 'CollectionRequirement' is there any idea how to overcome it? -- 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 ansible-project+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4e045270-8396-4e92-8785-63e001a081bbn%40googlegroups.com.