this solution does not work i just did a complete install: 1. Delete it, delete the MySQL repository (if you followed the installation guide - then you use this repository) 2. Install the EPEL repo, install "mysql-connector-python" (older, much older version...)
On 2020/01/27 20:38:42, Andrija Panic <andrija.pa...@gmail.com> wrote: > Reading other threads here on the same mailing list to which you are > posting, would reveal the problem and the resolution. > > On Mon, 27 Jan 2020, 16:22 Philippe Luneau, <man3d109.hotm...@gmail.com> > wrote: > > > cloudstack-setup-management > > Traceback (most recent call last): > > File "/usr/bin/cloudstack-setup-management", line 24, in <module> > > from cloudutils.serviceConfigServer import cloudManagementConfig > > File > > "/usr/lib64/python2.7/site-packages/cloudutils/serviceConfigServer.py", > > line 17, in <module> > > from db import Database > > File "/usr/lib64/python2.7/site-packages/cloudutils/db.py", line 20, in > > <module> > > import mysql.connector > > File "/usr/lib64/python2.7/site-packages/mysql/connector/__init__.py", > > line 41, in <module> > > import dns.resolver > > ImportError: No module named dns.resolver > > >