Genetic Programming in Python using DEAP

I tried to use DEAP library for genetic programming and there is an error bouncing back that the array index is out of range. Is there an easy fix to this problem. It might be related to the Ironpython environment. I’m sure that the package and all dependencies are installed properly, as the associated genetic algorithm works fine.
Please give me advice on how to deal with the issue.