Foreman and pywinrm

Hi,
I have Red Hat 8.7 os, I tried to install pywinrm but I am getting all the time this error after installation of pywinrm.

FAILED! => {“msg”: “winrm or requests is not installed: No module named ‘winrm’”}

Does anyone familiar with this error?

foreman version: 3.3.1

Thanks in advanced.

1 Like

So we talked a little bit offline, and I offered to upgrade Foreman’s version.
Can you share which version you upgraded to and how was the process?

I understand that you installed python39-winrm, and that solved your problem, correct?

Hi,
Yes, it happens in red hat 8.7.
In order to solve it-
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum install python39-winrm -y

1 Like