Anaconda and Poppy Creatures

I have now an issue with my ipython notebook :frowning: some errors… grrrr…:

from pypot.vrep import from_vrep
from poppy.creatures import PoppyErgo

ImportError Traceback (most recent call last)
in ()
1 from pypot.vrep import from_vrep
----> 2 from poppy.creatures import PoppyErgo

ImportError: cannot import name PoppyErgo


it’s strange as if I replace PoppyErgo by PoppyHumanoid evrything is working fine and uploaded in VREP :slightly_smiling: