install BeautifulSoup

231 views
Skip to first unread message

Yu cha

unread,
Jan 21, 2018, 11:26:12 AM1/21/18
to beautifulsoup
Hello, 
Could anyone of you please advise to install BeautifulSoup to Python? 

Here is what I got below: 

After successful download Python 3.6.4 from Python.org and BeautifulSoup 4.6.0 from crummy.com,  I copied the "where"  info from TODO.txt  (" /Applications/beautifulsoup4-4.6.0" )  to  Terminal  -> type in "cd  /Applications/beautifulsoup4-4.6.0 python setup.py install"  then click Enter.

After I click the Enter, it doesn't show a long list as should be.

Later, it appears some error info in Python as the screenshot below: 

>>> from bs4 import BeautifulSoup
Traceback (most recent call last):
  File "<pyshell#1>", line 1, in <module>
    from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'bs4'
>>> 

Please advise. 
Thank you.

Peter Binney

unread,
Jan 21, 2018, 11:37:51 AM1/21/18
to beauti...@googlegroups.com
I'm using Python 3.6.3 and just ran:

      python -m pip install beautifulsoup4

which worked fine, installing BS 4.6.0

--
You received this message because you are subscribed to the Google Groups "beautifulsoup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beautifulsoup+unsubscribe@googlegroups.com.
To post to this group, send email to beauti...@googlegroups.com.
Visit this group at https://groups.google.com/group/beautifulsoup.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages