Python - how do i fix "missing required argument 'type'"

The error is actually referring to the ‘vertex_colors’ argument. Looks like you need to specify the data type for the array:

unreal.Array(unreal.Color)