jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version 0.7.0 not published for python3?

AlJohri opened this issue · comments

@jorgebastida I'm running into a weird installation issue:

$ pip3 install gordon==0.7.0
Collecting gordon==0.7.0
  Could not find a version that satisfies the requirement gordon==0.7.0 (from versions: 0.2.0, 0.2.1, 0.3.0, 0.5.0)
No matching distribution found for gordon==0.7.0
pip2 install gordon==0.7.0
Collecting gordon==0.7.0
  Downloading https://files.pythonhosted.org/packages/a1/4d/9c01fc16d1b73b8c5ef37ccf4c925cdb80003e0571078d816a8c58261cb9/gordon-0.7.0-py2-none-any.whl (57kB)
    100% |████████████████████████████████| 61kB 1.2MB/s
...
...

In addition, the project description is not showing up on PyPI for 0.7.0: https://pypi.org/project/gordon/0.7.0/ but it shows up fine for 0.5.0 (https://pypi.org/project/gordon/0.5.0/)

related #105

Looks like only a Python 2 wheel was published whereas in the past a source package was published which worked on either.