Setup the bolt iot python library

Unable to install boltiot library of python in ubuntu server.
I have tried sudo pip3 install boltiot
I have also tried to solve the locale error using :
export LC_ALL=“en_US.UTF-8”
export LC_CTYPE=“en_US.UTF-8”
sudo dpkg-reconfigure locales

After all it shows the same error

Hi @Debashish
For fixing this issue follow these steps:
Step 1: Update the package on Ubuntu server.
For upgrading type -> sudo apt-get -y update
So that all the packages gets update to
latest version.
Step 2: Install python3 pip3
As pip3 is a package manager for python3
used to install and manage packages and
python libraries.
For installing type: sudo apt install python3-
pip
Step 3: Installing boltiot library using pip
For installing type -> sudo pip3 install boltiot

After following these simple steps you can install bolt python library at your ubuntu server.

As your version is old and it also not satisfies the requirements that’s why you faced this issue.
Hope this helps.

Thanx @arpitlaad.lad

But I have tried all of them many times. I am getting the same error.

Hi @Debashish
For resolving this issue, try re-installing the software which you are using either VMware or Virtual Box. After re-installing run these commands & I think after that you will not face same issue. Don’t forget to install python first.
Hope this helps.

Thanx @arpitlaad.lad

Try using Ubuntu Server 20.04.