xSke / garlium

Garlium; Garlicoin thin client
https://xske.github.io/garlium
MIT License
29 stars 8 forks source link

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

Open daviskeene opened 6 years ago

daviskeene commented 6 years ago

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.

xSke commented 6 years ago

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.