Hi,
Installing the docker image on raspberry 4 leads to an error: use_2to3 is invalid.
Internet suggest to downgrade to setuptools==75.5.0, this didn't help.
DEAP package seems aware of issue and version 1.3.3 has it solved. By manually changing requirements-freeze.txt to deap==1.3.3 seems to remove issue.
I guess it would make most sense to change the dependence at "processoptimizer" level. So in other words, this issue is just for info. Can be closed when the frozen requirements have been changed
Hi,
Installing the docker image on raspberry 4 leads to an error:
use_2to3 is invalid.Internet suggest to downgrade to setuptools==75.5.0, this didn't help.
DEAP package seems aware of issue and version 1.3.3 has it solved. By manually changing requirements-freeze.txt to deap==1.3.3 seems to remove issue.
I guess it would make most sense to change the dependence at "processoptimizer" level. So in other words, this issue is just for info. Can be closed when the frozen requirements have been changed