Re: [Tutor] ran into a problem with pip install

2014-11-24 Thread Zachary Ware
On Mon, Nov 24, 2014 at 10:28 PM, Clayton Kirkwood wrote: > I was trying to pip install beautifulsoup and ran into the following error. > It appears to be 2.x because of the print. Your diagnosis is correct, beautifulsoup 3.2.1 is written for Python 2. > I am installing to a python 3.4.2. What d

[Tutor] ran into a problem with pip install

2014-11-24 Thread Clayton Kirkwood
I was trying to pip install beautifulsoup and ran into the following error. It appears to be 2.x because of the print. I am installing to a python 3.4.2. What do I need to do? I tried to log a bug report to PyPI Bug Reports but that apparently isn't the cool thing to do. I can't perceive why the te