Skip to content
Advertisement

Tag: setup.py

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: I have no idea what to do because I didn’t have setuptools installed in the past. Still, I was able to install many packages with setup.py install without setuptools. Why should

Advertisement