! Any python expert here need help in import bs4

MgicalaEarner

Elite Member
Joined
Jul 8, 2017
Messages
3,749
Reaction score
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:
iqOPe3L


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:
Use virtualenv to avoid version being messed up, more here - http://docs.python-guide.org/en/latest/dev/virtualenvs/
 
Thread moved.
 
Back
Top