You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - Make sure you see epel repo here: `yum repolist enabled`
# - Make sure you see the epel gpg key here: `rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} --> %{summary}\n'` (Import the key if not: `rpm --import https://fedoraproject.org/static/0608B895.txt`)
# - Enable always epel using `yum-config-manager --enable epel`
# - Installing the epel dependency specifying the epel repo `yum --enablerepo=epel install python-psutil`