SyntaxFix
Write A Post
Hire A Developer
Questions
Using setup from distutils.core instead of setuptools in setup.py worked for me, too:
setup
distutils.core
setuptools
#from setuptools import setup from distutils.core import setup