Issue33999
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) * ![]() |
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:02 | admin | set | github: 78180 |
| 2018-06-29 15:32:57 | serhiy.storchaka | set | status: open -> closed nosy:
+ serhiy.storchaka resolution: third party |
| 2018-06-29 15:20:47 | PeterGhimself | create | |
