We are aaware of the problem and it has already been solved for the next release - bug #741.
The problem is related to a wrong implementation of the AMI reader that's not
able to handle the situation where no static agents were defined in asterisk.
To overcome to this problem I suggest you to add a "dummy" agent in the
/etc/asterisk/agents.conf. You should have something like that:
[general]
persistentagents=yes
[agents]
ackcall=no
agent => 1000,,Dummy
Then issue a full asterisk reload.
Doing that, you should be able to complete the wizard (you should deselect the
dummy agent from the wizard in order to don't include him in QueueMetrics
configuration).