Unable to set up bolt python library
This might help…
Try sudo apt-get install python3-pip
Installing pip with get-pip.py
1. To install pip, securely download get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2. Then run the following:
python3 get-pip.py
Installing boltiot library
sudo pip install boltiot
1 Like