garlium icon indicating copy to clipboard operation
garlium copied to clipboard

Error: No module named 'xmlrpclib'. Try 'sudo pip install <module-name>'

Open daviskeene opened this issue 7 years ago • 1 comments
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.

daviskeene avatar Jan 22 '18 22:01 daviskeene

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.

xSke avatar Jan 23 '18 06:01 xSke