Bolt library not being installed

tried command sudo install pip3 install boltiot
sudo apt install python3 pip3.

Hi @jayprasad333,

Type the below command and then install boltiot packages and check if it works.

sudo apt-get -y update
sudo apt-get install  -y python3-pip
sudo apt-get install -y python3-setuptools

Had done this but it showed me an error.
You can see it too in my screenshot that how it has been executed.

Hi @jayprasad333,

Again run these commands in order. Don’t miss any command.

sudo apt-get -y update
sudo apt-get install  -y python3-pip
sudo apt-get install -y build-essential python3-dev
sudo apt-get install -y python3-setuptools
1 Like

Even i am facing the same error. I ran the terminal as root then the error in yellow disappeared

1 Like

Hi @deepa90prasad,

Are you able to run your python program now ?

@rahul.singh1,
I am unable to install the library.
i have attached a screenshot.
please assist me in installing it
thank youScreenshot%20from%202019-12-23%2023-59-27

i executed the commands you gave (not as root)
is this ok?

Hi @deepa90prasad,

Your boltiot library is installed. Now you can continue your assignments.

thank you very much for the assistance