Forum Discussion

Glen_Pekarcsik's avatar
Glen_Pekarcsik
Icon for Nimbostratus rankNimbostratus
Jul 30, 2019

bigip_pool Ansible module - can't find imported module - cmp_str_with_none.py

I am running into an issue with AWX and trying to run some of the F5 ansible modules.  I am getting an error that the module can’t find a support pip module.  Below is the error.

 

{

    "msg": "Could not find imported module support code for bigip_pool.  Looked for either cmp_str_with_none.py or compare.py",

    "_ansible_no_log": false

}

 

When.I run this code from a local server, it runs fine.  I am trying to figure out what pip module I am missing. 

 

In the bigip_pool.py, I see the following lines:

 

try:

    from library.module_utils.network.f5.bigip import F5RestClient

    from library.module_utils.network.f5.common import F5ModuleError

    from library.module_utils.network.f5.common import AnsibleF5Parameters

    from library.module_utils.network.f5.common import fq_name

    from library.module_utils.network.f5.common import f5_argument_spec

    from library.module_utils.network.f5.common import transform_name

    from library.module_utils.network.f5.compare import cmp_str_with_none

    from library.module_utils.network.f5.icontrol import TransactionContextManager

 

Anyone have any ideas on what pip module I am missing?

No RepliesBe the first to reply