Issue in importing the bolt python library in Vagrant

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

Hi @jindaldhruva,

Please type the update command and then try to install the Bolt library package.

sudo apt-get update
sudo pip3 install boltiot

Do let me know in case you need further assitance.

I am not able to check it as my ubuntu is not working. Please reply here as it would help with this issue as well. Not able to open SSH conenction in Vagrant

Hi @jindaldhruva,

Just to update here, we are fixing this issue first Not able to open SSH conenction in Vagrant