My project 6 is showing an error

hello, I am getting some error while writing my program in ubuntu server. I am attaching the images of error. Can you please help me in sorting it out.


Have you installed the Bolt python library?

If not, go through the training module - https://trainings.boltiot.com/courses/429176/lectures/6656609

Unfortunately I skipped that session.
Thank you

1 Like

The terminal is showing ‘Module Not Found Error’ .Run the following commands as given in the course tutorial for installing boltiot python library on the ubuntu server:
sudo apt-get -y update
sudo apt install python3-pip
sudo pip3 install boltiot

Hi @sudeshnavodnala467
If your answer cleared please mark it as solution.Thank you