Unable to execute sudo pip3 install boltiot


This error getting while writing the first command

Hi @kuntalmitra02,
I have forwarded this to the team and we’ll get back to you shortly.

Hi @kuntalmitra02 ,
Please install Ubuntu 20.04. You may follow the instructions given at https://trainings.boltiot.com/courses/429176/lectures/6655720 . This should resolve the issue.

Try the following

Ubuntu Server

Open ubuntu server. If you don’t have ubuntu you can download it via VirtualBox.

The link to the softwares is given below:

VirtualBox - Downloads – Oracle VM VirtualBox

Ubuntu Server ISO link - http://releases.ubuntu.com/16.04/ubuntu-16.04.6-server-i386.iso

Install the Bolt Python Library:

Login to the Ubuntu server and follow the below steps to use Bolt Python library in your code.

Execute the following commands to:

  • Update the packages on Ubuntu
sudo apt-get -y update
  • Install python3 pip3
sudo apt install python3-pip
  • Installing boltiot library using pip3
sudo pip3 install boltiot