wido commented on issue #3817: cloudstack 4.13v unable to start management 
server
URL: https://github.com/apache/cloudstack/issues/3817#issuecomment-575665884
 
 
   Seems like you are missing a generic Python dependency:
   
   <pre>dns.resolver</pre>
   
   <pre>
   wido@wido-laptop:~$ python
   Python 2.7.17 (default, Nov  7 2019, 10:07:09) 
   [GCC 7.4.0] on linux2
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import dns.resolver
   >>> quit()
   wido@wido-laptop:~$
   </pre>
   
   You need to fix that.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to