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 PeterGhimself
Recipients PeterGhimself
Date 2018-06-29.15:20:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530285647.9.0.56676864532.issue33999@psf.upfronthosting.co.za>
In-reply-to
Content
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
====================================================================
History
Date User Action Args
2018-06-29 15:20:47PeterGhimselfsetrecipients: + PeterGhimself
2018-06-29 15:20:47PeterGhimselfsetmessageid: <1530285647.9.0.56676864532.issue33999@psf.upfronthosting.co.za>
2018-06-29 15:20:47PeterGhimselflinkissue33999 messages
2018-06-29 15:20:47PeterGhimselfcreate