During installation of boltiot library…it is showing that “pip3 command not found”
in ubuntu
what shall i do?
Hi Amisha,
it may be happening because you might not have installed python for pip, Install Python and then try calling the commany pip3 to install Boltiot library.
https://trainings.boltiot.com/courses/429176/lectures/6656419
https://trainings.boltiot.com/courses/429176/lectures/6656609
https://trainings.boltiot.com/courses/429176/lectures/6656609
you can install as shown in tutorials or https://linuxize.com/post/how-to-install-pip-on-ubuntu-18.04/
Hope this helps.
@amishagupta9149 use pip instead of pip3.
command=“sudo pip install boltiot”.
I hope this will workout.
yes it did! Thanks for the help
Try installing pip with the code- sudo apt install python-pip