Not able to use selinux module with ansible version 2.14 and python version 3.9

Hello Team,

I am not able to use selinux module with below version:

Ansible: 2.14
Python: 3.9

All the packages are already installed

ModuleNotFoundError: No module named 'selinux'
fatal: [localhost]: FAILED! => changed=false 
  invocation:
    module_args:
      configfile: /etc/selinux/config
      policy: targeted
      state: enforcing
      update_kernel_param: false
  msg: Failed to import the required Python library (libselinux-python) on 

Newer versions of Ansible include their own selinux bindings, but in the past (specially for something as old as 2.14) these were not always present or installable, you need to use the Python with these bindings installed on the target (normally the system Python) or install them yourself on the Python which you wishtto use.