0

Is there a way to install beautifulsoup4 for python 3.3? pip install beautifulsoup4, easy_install beautifulsoup4, and python setup.py install for beautifulsoup all only install it for python 2.7. When I go to /Library/Python there is no 3.3 folder, only 2.3, 2.5, 2.6, and 2.7. Is there a way to get this to work? Does python 3.3 not have a site-packages folder?

Sawyer Knoblich
  • 438
  • 7
  • 15

1 Answers1

0

You may want to read the last answer on this, also, be sure you are using pip for 3.3, not for 2.X. Hope it helps.

Community
  • 1
  • 1
Vicyorus
  • 260
  • 1
  • 14