Setuptools messed up python 2 package installation Posted on May 25, 2020 by jiseung pip install –upgrade ‘setuptools<45.0.0’ solves the problem. Check this.