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.

classification
Title: `pip3 install past` does not work
Type: behavior Stage: resolved
Components: 2to3 (2.x to 3.x conversion tool) Versions: Python 3.6
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: PeterGhimself, serhiy.storchaka
Priority: normal Keywords:

Created on 2018-06-29 15:20 by PeterGhimself, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg320719 - (view) Author: Peter (PeterGhimself) Date: 2018-06-29 15:20
When trying to install the `past` module using pip 10.0.1 using python 3.6.5 I get:
====================================================================
$ pip3 install past --no-compile
Collecting past
  Could not find a version that satisfies the requirement past (from versions: )
No matching distribution found for past
====================================================================

Confirming package exists with pip search:
====================================================================
$ pip3 search past | grep past
past (0.11.1)                                - [Experimental] Run Python 2 code from Python 3
====================================================================
msg320720 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-06-29 15:32
This is a tracker for bugs in the Python interpreter. Use appropriate tracker for reporting bugs in a third-party project.
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78180
2018-06-29 15:32:57serhiy.storchakasetstatus: open -> closed

nosy: + serhiy.storchaka
messages: + msg320720

resolution: third party
stage: resolved
2018-06-29 15:20:47PeterGhimselfcreate