This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Jilguero ostras, mark.dickinson
Date 2019-06-11.18:33:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560277995.82.0.778383386414.issue37237@roundup.psfhosted.org>
In-reply-to
Content
This report is a bit hard to understand. Please could you give more details? Can you tell us:

- *exactly* what you did (what sequence of instructions you executed, where you got the Python source from, etc.)
- what you expected to happen
- what did happen, including any relevant tracebacks, error messages or logs.

I don't understand what "Python 2.16" refers to: the latest version of Python 2 is Python 2.7.

One possible cause of error is using the wrong pip command. Which "pip" command are you using, and where did it come from? In general, you need to use the "pip" for the corresponding Python installation. The safest way to do this is to always use "python -m pip" (with the right target Python) instead of plain "pip".

To get an initial install of "pip", use "python -m ensurepip" (depending on Python version, but this is available for all recent Python 2.7.x and Python 3.x releases).
History
Date User Action Args
2019-06-11 18:33:15mark.dickinsonsetrecipients: + mark.dickinson, Jilguero ostras
2019-06-11 18:33:15mark.dickinsonsetmessageid: <1560277995.82.0.778383386414.issue37237@roundup.psfhosted.org>
2019-06-11 18:33:15mark.dickinsonlinkissue37237 messages
2019-06-11 18:33:15mark.dickinsoncreate