MgicalaEarner
Elite Member
- Jul 8, 2017
- 3,749
- 4,871
Cannot install BeautifulSoup for python 3.6
i having a problem in import bs4
I have spent the past 2 hours hopelessly trying to run:
from bs4 import BeautifulSoup
But to no avail. I have tried the commands:
python -m pip install beautifulsoup4
where it says:
Requirement already satisfied: beautifulsoup4 in c:\python27\lib\site-packages
I have tried:
pip3 install beautifulsoup4
where it says the same.
I have tried:
pip install beautifulsoup4
your help will be appreciated thx
i having a problem in import bs4
I have spent the past 2 hours hopelessly trying to run:
from bs4 import BeautifulSoup
But to no avail. I have tried the commands:
python -m pip install beautifulsoup4
where it says:
Requirement already satisfied: beautifulsoup4 in c:\python27\lib\site-packages
I have tried:
pip3 install beautifulsoup4
where it says the same.
I have tried:
pip install beautifulsoup4
your help will be appreciated thx
Last edited: