“from bs4 import Beautifulsoup as soup” this command is not working
it is showing import error - ImportError Traceback (most recent call last)
in
----> 1 from bs4 import Beautifulsoup as soup
ImportError: cannot import name ‘Beautifulsoup’ from ‘bs4’ (c:\python\python38\lib\site-packages\bs4_init_.py)