How do I install beautiful soup with pycharm?

1,262 views
Skip to first unread message

David D

unread,
Feb 16, 2018, 7:32:38 AM2/16/18
to beautifulsoup

It is a Tar.gz file.  I unzipped the file, and the setup was a setup.py, not setup.exe file.  When I run the file, this opens in Pycharm.  When I run the setup.py code in pycharm, I get this message :

 usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied 

I am not sure how to proceed.  I did some research on how to install Beautiful Soup, but I seem to be missing something.  Each link that showed the method did not work with me:


I do not have PIP installed.  When I go to pycharm interpreter, beautiful soup does not show up.  Can anyone tell me what steps I am missing?  


Allround Zone

unread,
Dec 5, 2018, 5:21:03 PM12/5/18
to beautifulsoup
Whats your python version and pycharm version 

Jonathan Moules

unread,
Dec 14, 2018, 1:05:53 PM12/14/18
to beauti...@googlegroups.com
--
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 beautifulsou...@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.

Paul Keyes

unread,
Feb 3, 2019, 6:16:08 PM2/3/19
to beautifulsoup
Easiest way is to install pip.

Cristian Capsuna

unread,
Feb 19, 2019, 5:17:06 PM2/19/19
to beautifulsoup
Hi guys,

    First a disclamer. I am the John Snow of Python. For non-Game of Thrones fans I am a noob.

    I tried doing the same as David and get the same error as him. Please see attached picture.

    I also tried using pip install as I saw in a youtube tutorial. The guy made it seem easy but I've been searching on how to actually do it for 2 evenings now. Please see the attached picture.

    I am not sure what else to try. Could anyone lend a hand to a noob please?

Kind regards,
Cristian Capsuna
pip_attempt.JPG
pycharm_attempt.JPG

Paul Keyes

unread,
Feb 21, 2019, 11:05:53 PM2/21/19
to beautifulsoup
You do not run pip from within python.  run it from cmd line.

Cristian Capsuna

unread,
Mar 7, 2019, 2:11:19 PM3/7/19
to beautifulsoup
For me this problem was solved by declaring python and pip as system variables. Google can help with how to do that.


On Friday, 16 February 2018 12:32:38 UTC, David D wrote:

Darshan Karunagaran

unread,
Mar 7, 2019, 2:47:25 PM3/7/19
to beauti...@googlegroups.com
Pycharm  -> file  -> settings  -> project -> project interpreter -> add interpreter (if not showing)  -> click on plus symbol -> search for bs4 and beautifulsoup packages and install

Reply all
Reply to author
Forward
0 new messages