I am new to Python and I already get an error with the libraries, am running python 3 on visual studio community edition 2017. I already installed anaconda3 64bit with the installation process but the issue is when I call for the bs4 library (BeautifulSoup) it's returns an error telling me that the module does not exist as shown in the picture:

How can I install it correctly?
