Ubuntu package problem

boltiot module is not getting installed in ubuntu terminal, it is showing the following error message " failed with error code 1 in /tmp/pip-build-7ngeu6fd/boltiot/ " and thus the futher codes of the project is not working as some command are not recognised.

please make sure you have downloaded ubuntu server, and installed it & also make sure you are following mentors steps.
on VPS chapter we learnt about digital ocean, VM ware & virtual box.
please listen and follow each and every steps which were taught by mentor and read carefully each and every line
and download server from below link

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

try using different ide like the anaconda IDE

go to this link

after download install it

after installation open Jupiter notebook

and go to the terminal of Jupiter notebook not on user’s terminal go on anacondas Jupiter notebooks terminal and type

pip install boltiot

it solves your problem because anaconda has his python and own pip it’s don’t uses systems python and it will write boltiot module top of anaconda not on the system

so it definatly solves your error i also get this on my MacBook air

because mac Linux and ubuntu comes with python and in this python, we don’t add some external libraries thas why we got this error