Unable to set up Bolt Python Library

I have used Vmware Software to get Ubuntu installed.
I am facing troubles in Step1 -Update the packages on ubuntu

Hi @jaiswalshivani2111,

First do the below command.

sudo apt-get update

then

sudo apt-get install python3-pip

And in case it is asking for confirmation type Y and press enter and then install boltiot packages.

Do let me know in case you need further assistance.

Thank you for your help.

1 Like

Hi @rahul.singh1 I had done all the steps
But still, it shows the same error

@jaiswalshivani2111
you can use VISUAL STUDIO CODE app instead of ubuntu . It is easy to use . you only need to follow these steps:
1. Download visual studio code
2. Go to “Extension” and type “Python” then install it.
3. In terminal use “python -m pip install --upgrade pip” code to install and update latest version.
4.use “pip install boltiot” code for Installing boltiot library using pip