awx 2.1 install fails with python2-pynacl dependency

Hello Everyone,

I am trying to install awx 2.1 and it is failing as below:

`

yum install awx

Loaded plugins: fastestmirror, rhnplugin
This system is receiving updates from RHN Classic or Red Hat Satellite.
Loading mirror speeds from cached hostfile
docker-ce-stable/x86_64/primary_db | 19 kB 00:00:00
Resolving Dependencies
→ Running transaction check
—> Package awx.x86_64 0:2.1.0.0-1.el7 will be installed
→ Processing Dependency: bubblewrap for package: awx-2.1.0.0-1.el7.x86_64
→ Processing Dependency: python2-pynacl for package: awx-2.1.0.0-1.el7.x86_64
→ Processing Dependency: python2-bcrypt for package: awx-2.1.0.0-1.el7.x86_64
→ Running transaction check
—> Package awx.x86_64 0:2.1.0.0-1.el7 will be installed
→ Processing Dependency: python2-pynacl for package: awx-2.1.0.0-1.el7.x86_64
—> Package bubblewrap.x86_64 0:0.3.0-1.el7 will be installed
—> Package python2-bcrypt.x86_64 0:3.1.4-4.el7 will be installed
→ Processing Dependency: python2-six for package: python2-bcrypt-3.1.4-4.el7.x86_64
→ Running transaction check
—> Package awx.x86_64 0:2.1.0.0-1.el7 will be installed
→ Processing Dependency: python2-pynacl for package: awx-2.1.0.0-1.el7.x86_64
—> Package python2-six.noarch 0:1.9.0-0.el7 will be installed
→ Finished Dependency Resolution
Error: Package: awx-2.1.0.0-1.el7.x86_64 (centos-7-awx-eval)
Requires: python2-pynacl
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

`

yum info awx

Loaded plugins: fastestmirror, rhnplugin
This system is receiving updates from RHN Classic or Red Hat Satellite.
Loading mirror speeds from cached hostfile
Available Packages
Name : awx
Arch : x86_64
Version : 2.1.0.0
Release : 1.el7
Size : 64 M
Repo : centos-7-awx-eval
Summary : Ansible AWX
License : GPLv3
Description : Ansible AWX

`

Samer Odeh (samer.od@gmail.com) said:

Hello Everyone,

I am trying to install awx 2.1 and it is failing as below:

--> Running transaction check
---> Package awx.x86_64 0:2.1.0.0-1.el7 will be installed

We (the AWX team) do not build or provide AWX in RPM version, so you're
probably better off talking to whomever maintains that repo.

Bill

Hi Bill

I’m the maintainer of the unofficial AWX RPM repo…

Can you please try again, I think the python package is there now…

If you have any other issues, please report them here:

https://github.com/MrMEEE/awx-build/issues

Thanks

Martin