Problem in VM ware


Can anyone help me resolve this problem on oracle vm ware?

Hi @kruthvik007:,
The yellow colour text you are viewing is actually a warning, and it is perfectly fine to ignore it.

So, can I continue with the python? Also, it shows that boltiot can’t be installed…so what should I do for that???

Try using
‘sudo -H pip3 install --upgrade pip’

i am trying it on a different computer and vm ware says that it is not found.

Hi @kruthvik007,

Please share a screenshot of the computer saying that “it is not found”. This will help us better understand what issue you are facing.

Hi @kruthvik007,

You don’t need to upgrade the pip. Type the below command and you will be able to install boltiot packages.

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

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