AWX installation is failing in centos 7

Hi Experts ,

We were trying to install the AWX in centos 7 and installation is getting failed.

`

[root@myhost yum.repos.d]# wget -O /etc/yum.repos.d/ansible-awx.repo https://copr.fedorainfracloud.org/coprs/mrmeee/ansible-awx/repo/epel-7/mrmeee-ansible-awx-epel-7.repo
–2020-01-09 01:07:27-- https://copr.fedorainfracloud.org/coprs/mrmeee/ansible-awx/repo/epel-7/mrmeee-ansible-awx-epel-7.repo
Resolving localhost (localhost)… 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:3128… connected.
Proxy request sent, awaiting response… 200 OK
Length: 371 [text/plain]
Saving to: ‘/etc/yum.repos.d/ansible-awx.repo’

100%[===================================================================================================================>] 371 --.-K/s in 0s

2020-01-09 01:07:28 (42.7 MB/s) - ‘/etc/yum.repos.d/ansible-awx.repo’ saved [371/371]

[root@myhost yum.repos.d]# yum install -y awx
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile

  • base: centos.brisanet.com.br
  • centos-sclo-rh: centos.mirror.vic.au.hostlink.com.au
  • centos-sclo-sclo: centos.mirror.digitalpacific.com.au
  • epel: epel.besthosting.ua
  • extras: ap.stykers.moe
  • updates: centos.mirror.serversaustralia.com.au
    copr:copr.fedorainfracloud.org:mrmeee:ansible-awx | 3.3 kB 00:00:00
    No package awx available.
    Error: Nothing to do
    [root@ADUBSBVMLX19 myhost]#

`

The AWX project does not support installation via an RPM. Please contact the maintainers of that project.

sorry, error posted mistakenly.

I had tried ansible-tower early and just removed it by yum remove. But now awx is giving below error

Transaction check error:
file /var/lib/awx/wsgi.py from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /var/lib/awx/favicon.ico from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /usr/share/awx from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /var/lib/awx from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /usr/share/sosreport/sos/plugins/tower.py from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /usr/bin/ansible-tower-service from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /usr/bin/awx-python from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /usr/bin/failure-event-handler from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /usr/share/awx/request_tower_configuration.ps1 from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /usr/share/awx/request_tower_configuration.sh from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64
file /var/log/tower from install of ansible-awx-9.1.0.65-1.el7.x86_64 conflicts with file from package ansible-tower-server-3.6.1-1.el7at.x86_64

I could successfully install the AWX as the steps you mentioned. After that i tried to enable ldap settings and now i am not able to login either by ldap user and local ADMin account. Is there any way to reset the password for Admin account?