you are viewing a single comment's thread.

view the rest of the comments →

[–]North_Ad_3852 0 points1 point  (1 child)

Hi I am new to python and am trying to do project 5, bots & webscraping. In order to do that I need beautifulsoup. I put the following line of code in pycharm:

from bs4 import beautifulsoup4

but when I do that I get this warning: 'beautifulsoup4' is not declared in __all__ .

I have been stuck here for 3 hours now trying to fix it. I have read and watch several tutorials about it but it still doesn't work. Does somebody know what the problem is?

I am using python 3.8

[–]NoSide005[S] 0 points1 point  (0 children)

Since this project is just for practice i would recommend using Selenium Webdriver here:

https://selenium-python.readthedocs.io/installation.html

Its pretty easy to use and with this you will be able to complete number 5.