Could not install python library in vmware- ubuntu server

I could not install my python library onto my vmware ubuntu server . after entering the command its coming as “will not be installed”
can anyone please help me with the installation process of pip and bolt python library in vmware

Hi @sudharshan23107,

Share the screenshot of the error and command you are typing. Also use the below command for installing the bolt python library.

sudo apt-get update
sudo apt-get install python3-pip
sudo pip3 install boltiot

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


It’s coming like this when I enter the command to install pip … because of this the python library from bolt cannot be installed

run the following command.
sudo apt install python3-pip

Hi @sudharshan23107,

Run the below commands and then check you are able to install python3-pip

sudo apt-get update 
sudo apt-get install python3-setuptools
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev 
sudo apt-get update