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

0.5.1 not available on pypi.org #30

Open
lent1 opened this issue Nov 9, 2019 · 9 comments
Open

0.5.1 not available on pypi.org #30

lent1 opened this issue Nov 9, 2019 · 9 comments

Comments

@lent1
Copy link

lent1 commented Nov 9, 2019

I'm trying to use patreon api with python.
patreon-python is a great library but v0.5.1, which use latest api endpoints, is not available on pypi.org.

Do you plan to publish this version on pypi?

@jeffheaton
Copy link

Agree, just trying to follow the instructions on README you will get this error:

AttributeError: 'API' object has no attribute 'get_identity'

This is due to the fact that get_identity is not a part of the version currently on pipy.

@jenyeeiam
Copy link

Any resolution to this??

@nstephenh
Copy link

I would also like to see this updated.

@kbyatnal
Copy link

In the meantime, you can run (if you're using pipenv) pipenv install -e git+https://github.com/Patreon/patreon-python.git@master#egg=patreon to get the latest version. Haven't tried for pip but I imagine it's very similar.

@Ganonmaster
Copy link

I just ran into this issue myself, and having the correct version up on PyPI would have saved me some time. Since this repository has seen virtually no changes for over a year, it's probably safe to push the update?

Also; should we be concerned that the primary contributors to the repository are no longer with the company?

@DrLarck
Copy link

DrLarck commented Aug 5, 2020

In the meantime, you can run (if you're using pipenv) pipenv install -e git+https://github.com/Patreon/patreon-python.git@master#egg=patreon to get the latest version. Haven't tried for pip but I imagine it's very similar.

Inspired by this method, I've installed this repo as a python module using pip by typing the following command :

pip install git+https://github.com/Patreon/patreon-python.git@master#egg=patreon

@AznStevy
Copy link

The version for python3.8 (which is what the rest of my project is in) is 0.3.1. Is there no way to update to 0.5.0+?

@themagic314
Copy link

pip install --upgrade https://github.com/Patreon/patreon-python/tarball/master

@geerlingguy
Copy link

Coming here years after the fact... it feels strange none of the Patreon API libraries have been updated in 6 or so years :(

I thought it would be easy to write a little script to grab patron names by tier but am finding it to be frustrating, probably easier to just interact with the API endpoints directly instead of using this library!

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

10 participants