About boltiot package

Hello everyone,
Am getting error while installing boltiot package on vmware please help me to resolve this issue

It would be better if you use a Virtual environment using Conda.

  1. Install conda pip install conda
  2. Create a new conda virtual environment conda create -n boltiot -y python=3.8
  3. Activate the boltiot virtual env conda activate boltiot
  4. Now install the required packages pip install boltiot

@anuragkumar07102003 getting error while executing the “pip install conda” Command

Hi @wangekarakanksha1999,

Please type the below command before installing the boltiot package.

sudo apt-get update

Also share your python version.

sudo python3 --version

Do let me know in case you need further assistance.