New submission from Peter <petergranit...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33999>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to