python - Cannot import Beautiful Soup -


i trying use beautifulsoup, , despite using import statement:

from bs4 import beautifulsoup

i getting error: importerror: cannot import name beautifulsoup

import bs4 not give errors.

i have tried import bs4.beautifulsoup , importing bs4 , creating beautifulsoup object with: bs4.beautifulsoup()

any guidance appreciated.

the issue named file htmlparser.py , , name used somewhere in bs4 module.

thanks helped!