Hello!
I'm trying to install ipa-client on Cloudlinux 7.4, and got following error:

[root@web01-cp ipaplatform]# ipa-client-install
Traceback (most recent call last):
  File "/usr/sbin/ipa-client-install", line 22, in <module>
    from ipaclient.install import ipa_client_install
  File "/usr/lib/python2.7/site-packages/ipaclient/install/ipa_client_install.py", line 5, in <module>
    from ipaclient.install import client
  File "/usr/lib/python2.7/site-packages/ipaclient/install/client.py", line 35, in <module>
    from ipalib.install import certmonger, certstore, service, sysrestore
  File "/usr/lib/python2.7/site-packages/ipalib/install/certmonger.py", line 36, in <module>
    from ipaplatform.paths import paths
ImportError: cannot import name paths

Of course file of this module is exists:

# ls -l /usr/lib/python2.7/site-packages/ipaplatform/paths.py
-rw-r--r-- 1 root root 17133 ноя 13 11:02 /usr/lib/python2.7/site-packages/ipaplatform/paths.py

# rpm -qa |grep ipa-cl
ipa-client-common-4.5.0-21.el7_4.2.2.cloudlinux.noarch
ipa-client-4.5.0-21.el7_4.2.2.cloudlinux.x86_64

Where I could look more for the debug and possible fix?
Thanks!

--
Best regards, Andrew.