garlium
garlium copied to clipboard
Error: No module named 'xmlrpclib'. Try 'sudo pip install <module-name>'
trafficstars
Tried to install on Ubuntu 16.04 and I was stuck on this issue. Not sure what to do about it, since pip can't find a package called xmlrpclib.
Are you using Python 2 or Python 3? xmlrpclib is a library that only exists on Python 2, so I'm not sure why Garlium (Python 3) tries to import it.