[Tutor] certain packages won't install

Matthew Ngaha chigga101 at gmail.com
Mon Dec 23 00:53:49 CET 2013


oh i think it might be the 2nd case of having the wrong version of
pip. I do have pip for Python 2 also but both are not on my path so
cmd doesn't recognise 'pip' unless used in their python folders. I'll
try reinstalling pip. i got it via easy_install so i may have the
wrong one there also:(

On Sun, Dec 22, 2013 at 11:21 PM, Steven D'Aprano <steve at pearwood.info> wrote:
> On Sun, Dec 22, 2013 at 11:10:13PM +0000, Matthew Ngaha wrote:
>> hey i've tried installing a few packages with pip that failed. i'm on
>> windows and python3.3.
>
> You're trying to use Python 3.3, but somehow your version of pip is
> written for Python 2, which is why you're getting syntax errors.
>
> This could happen if you have two versions of pip installed, and Windows
> is getting confused about which version goes with which version of
> Python. Or possibly you only have one version of pip, but the wrong one.
> I don't know.
>
> You might try reinstalling pip, making sure you get a Python 3
> compatible version.
>
>
>
> --
> Steven
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor


More information about the Tutor mailing list