Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No wheel distributions for Python 3. #17

Closed
eikonomega opened this issue Oct 29, 2015 · 5 comments
Closed

No wheel distributions for Python 3. #17

eikonomega opened this issue Oct 29, 2015 · 5 comments

Comments

@eikonomega
Copy link

Hey All,
Your TravisCI config looks like you test against Python 3.3/3.4 but you aren't publishing and Python3 wheels to PyPI. This makes you have to monkey with the wheel filename to install on Python 3 and gives the sense that what you are doing isn't supported.

Maybe your library is only Python2... but since you are testing on 3, I'm hoping maybe you just need to change your distribution settings a tiny bit.

https://pypi.python.org/pypi/duo_client/3.0

Cheers.

@mschwager
Copy link
Contributor

Hey, thanks for the heads up! I've fixed the issue in this (1cc71f8) commit, and uploaded the resulting package to pypi. Can you confirm?

@eikonomega
Copy link
Author

Sure. Out of the office today, but will confirm on Monday.
Awesome!

On Fri, Oct 30, 2015 at 9:53 AM mschwager notifications@github.com wrote:

Hey, thanks for the heads up! I've fixed the issue in this (1cc71f8
1cc71f8)
commit, and uploaded the resulting package to pypi. Can you confirm?


Reply to this email directly or view it on GitHub
#17 (comment)
.


Mike Dunn
https://about.me/eikonomega

Returning hate for hate multiplies hate, adding deeper darkness to a night
already devoid of stars. Darkness cannot drive out darkness; only light can
do that. Hate cannot drive out hate; only love can do that. - MLK

@mschwager
Copy link
Contributor

Any luck?

@eikonomega
Copy link
Author

Hey sorry. Forgot.

Looks good!

pip install duo_client
Collecting duo-client
Downloading duo_client-3.0-py2.py3-none-any.whl
Collecting six (from duo-client)
Using cached six-1.10.0-py2.py3-none-any.whl
Collecting nose (from duo-client)
Using cached nose-1.3.7-py3-none-any.whl
Installing collected packages: nose, six, duo-client

Successfully installed duo-client-3.0 nose-1.3.7 six-1.10.0

On Mon, Nov 2, 2015 at 1:18 PM mschwager notifications@github.com wrote:

Any luck?


Reply to this email directly or view it on GitHub
#17 (comment)
.


Mike Dunn
https://about.me/eikonomega

Returning hate for hate multiplies hate, adding deeper darkness to a night
already devoid of stars. Darkness cannot drive out darkness; only light can
do that. Hate cannot drive out hate; only love can do that. - MLK

@mschwager
Copy link
Contributor

Great, thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants