No module named boltiot any other way?

I have installed all libraries everything still error is not resolved yet

Hello @ritik1717,

I see you have used sudo apt-get install python3.6 to install python.
I think you should use sudo apt-get install python3.

Then use python3 --version to ckeck python version

Before installing boltiot library you must install pip3, use sudo apt install python3-pip to install pip3

And I notice another error, that you used sudo pip3 install Boltiot, I think character case might be an issue here. So, I recommend you to use sudo pip3 install boltiot to install boiltiot library.

Hope this may help you.

Thank you

i triedall possible python version even changed the capital b to smal same error is there.

So, @ritik1717 can you please tell me the first thing that went wrong in while giving commands?

you have used sudo apt-get install python3.6 to install python.
you should use sudo apt-get install python3 .
Then use python3 --version to ckeck python version
Before installing boltiot library you must install pip3, use sudo apt install python3-pip to install pip3
error: sudo pip3 install Boltiot , character case ist an issue here. Use sudo pip3 install boltiot to install boiltiot library.

in windows you have to install python3 and pip using this video


then use pip3 install command