[New-bugs-announce] [issue33999] `pip3 install past` does not work

Peter report at bugs.python.org
Fri Jun 29 11:20:47 EDT 2018


New submission from Peter <petergranitski at gmail.com>:

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
====================================================================

----------
components: 2to3 (2.x to 3.x conversion tool)
messages: 320719
nosy: PeterGhimself
priority: normal
severity: normal
status: open
title: `pip3 install past` does not work
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33999>
_______________________________________


More information about the New-bugs-announce mailing list