From boltiot import bolt ModuleNotFoundError: No module named 'boltiot'

Hi,

OS: Windows
Using Visual Studio for running the code
Python 3.8.2
pip 19.2.3
Environment variables Path is set for boltiot

I have installed Boltiot package successfully and checked the pip list.
image

But when i try to run the code it is showing below error

Error:
image

image

Please find the above details and let me know the solution for this.

Thanks,
Padma

While Reinstalling Python3 and visual studio, python3 has been installed in different folder and Boltiot has been installed in different site-packages folders. That is the reason, i was getting the above mentioned error. I have moved boltiot packages folder to where other libraries have been installed and set the environmental variables as per the installation location. Now its working.

Thanks,
Padma