Command not found

Unable to set up bolt python library

@navneetbajpai1999 Seems pip3 is not installed.
Try, sudo apt-get install python3-pip

This might help…

@shoeb.ahmed I tried but it is giving the same response

@aditianu1998 neither I am using the college wifi nor college laptop…

Try sudo apt-get install python3-pip

@shreeda.bhat still getting the same error

sudo apt-get install python3-setuptools
sudo easy_install3 pip

@navneetbajpai1999 try this code

Installing pip with get-pip.py

1. To install pip, securely download get-pip.py

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

2. Then run the following:

python3 get-pip.py

Installing boltiot library

sudo pip install boltiot
1 Like

@navneetbajpai1999 Is @sauravganguly359 solution working for you?