DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.87k stars 1.13k forks source link

use_2to3 - how to avoid this #634

Open HJarausch opened 2 years ago

HJarausch commented 2 years ago

Recent python-setuptools don't support use_2to3 any more (here on GenToo). Is there a means to avoid this - since I don't want a Python2 installation anyway.

Helmut

anishthite commented 2 years ago

https://github.com/DEAP/deap/issues/595