Unable to compile with catkin build

Hi guys, I am new to ROS and this platform but so far it really seems fantastic!
My python is not that great so please bear with me and I would really appreciate any constructive criticism or pointer to help in the future.

I am working on part 1 of the Rosject and I am unable to compile with catkin build.
Bellow is screenshots of the output


Any help would be greatly appreciated

Hi, welcome to the community! So glad you’re liking the platform!

I recommend sticking to the instructions of the course if you are new to ROS. This means compiling with

catkin_make

This is because of the configuration of the environment in your rosject is optimized to work with that.

great thanks that did seem to work