Hi there. I am trying to import the bolt python library. I have firstly run this command- sudo apt-get -y update. After that, I ran this command to install bolt library- sudo pip3 install boltiot. This si what the output looked like.
There seems to be some issue with the importing as when I am running a code in which I have imported the bolt library, I get this error.
Traceback (most recent call last):
File “high_temp.py”, line 3, in
from boltiot import Email, Bolt
ImportError: No module named ‘boltiot’
Please help. Thanks