Python 3: ImportError “No Module named Setuptools”

I’m having troubles with installing packages in Python 3. I have always installed packages with setup.py install. But now, when I try to install the ansicolors package I get: importerror “No Module named Setuptools” I have no idea what to do because I didn’t have setuptools installed in the past. Still, I was able to … Read more