Unable to Install boltIot Library in ubuntu

I have run all the commands as per the “Setup the Bolt Python Library” section of the module but I’m getting the below results


Apart from this I have also run the pip install boltiot command and the results are the same
Kindly help me install the Bolt python library
Thank You!

@muskanmaan2012
Instead of using VMware go for pycharm community IDE because i have faced the same problem and sometime it is hectic for typing each and every line and as well as some time we cannot recognise indentation error. So my view is go for pycharm or visual studio code or jupyter notebook.

1 Like

@nazirahammed98
I have installed pycharm, now please guide me through this step by step because I’m new to this.

Hi @muskanmaan2012,

To resolve the the cd rom issue Problem in setting bolt python library

To resolve the ownership issue type the below command in terminal -

sudo apt-get update
sudo chown -R root /home/$USERNAME/.cache/pip/
sudo chown -R root /home/$USERNAME/.cache/pip/http/

and then install boltiot packages.

sudo pip3 install boltiot

Check this video about how to install pip packages in PyCharm https://www.youtube.com/watch?v=4fRhNd22io0

Do let me know in case you need any other information.

1 Like

@rahul.singh1
Sir,I have installed the boltIot packages, kindly check the screenshots below



Do let me know if I’m good to go now.

Hi @muskanmaan2012,

Yes it is correct. Now you can proceed with your python code.

Do let me know in case you need any other information.