13 May

How to fix ‘ImportError: No module named setuptools’ error on Ubuntu

If you get this error while trying to install some Python package it simply means that you don’t have setuptools module. To install it run:

sudo apt-get install python-setuptools

Now you can proceed.



Leave a Reply

Your email address will not be published. Required fields are marked *