get_avatar not working

You forgot to echo it:

<?php echo get_avatar( $user->user_email, 150 ); ?>