hfaran / Tornado-JSON

A simple JSON API framework based on Tornado
http://tornado-json.readthedocs.org/
MIT License
273 stars 60 forks source link

Version 1.3.3 apparently only published for Python2 #103

Closed ksonj closed 6 years ago

ksonj commented 6 years ago

Hej, just wanted to bring to your attention that version 1.3.3 on https://pypi.python/org only has artifacts for Python2. I guess that's not intended as v1.3.2 does have a build for Python3.

I'd have at least expected to find the sources there. Funny thing is, pipenv doesn't seem to realize that that version isn't available for Python3 and happily adds 1.3.3 to the Pipfile.lock, which then blows up on installation.

Many thanks for this library!

hfaran commented 6 years ago

Well that's odd... looks like you're right, there was only a py2 wheel published. I've pushed the source tarball as well now so that hopefully that solves this problem. Can you retry and see what happens?

hfaran commented 6 years ago

Okay, I just checked my bash history and it seems like I indeed only specified bdist_wheel last time when I ran the command and forgot to include sdist. My bad. 😨 Going to close this as resolved, but please let me know if you're still encountering an issue.

ksonj commented 6 years ago

:+1: all good now, thanks!