Installing python pip related issue

when i enter the command (sudo pip3 install boltiot )on ubuntu then after press enter it will provide Command not found. i have installed python 3 also.

It seems you have not enabled the repositories and this results in a failure in installing pip.
Please try the following commands and retry installing pip and pip3 before pip install boltiot.

sudo add-apt-repository universe
sudo apt-get update

You may refer here

1 Like

@chetanya1281998 Try the suggestions made by @pankajkumar.p. Running the update command should work.
Let me know if it does or does not work.

If you are using Python 3 or above you need pip3.
Check that you have python3 installed properly.
Check this too. maybe you have to remove pip3 and then reinstall it.

If you are using Python 3, try installing on different versions of pythons like 3.6 or 3.7. My friend had the same issue when he was using python 3.7 but it worked when he installed it on python 3.6 because “command not found” errors can also occur if not supported by that specific python version.

Use the command below to install boltiot library,
python3 -m pip install --user boltiot