-
Notifications
You must be signed in to change notification settings - Fork 38
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
Better PIP integration #22
Comments
Thanks for the compliments! Glad it's been useful for many people :)
Go ahead, green light for the PRs! I will gladly merge them! |
I cloned the repository and am currently working on this. However, some changes needed to be made. The name 'humblebundle' is forbidden in PyPI, so I renamed the app to 'humblelion'. I also changed the version from '0.0.0' to '0.0.2'. You can already install it with
Seems to be somewhat working. I reached the point where the issue #33, the login failure, prevented me from continuing. |
@drakenation , I just tagged a new release, should be Python3 compatible by now, care to check and re-try the PIP integration? Once again, thanks a LOT for making this happen! |
@drakenation I did a pip install for humblelion and I'm getting this: 734 CRITICAL ('Could not retrieve token: %r', AttributeError("'NoneType' object has no attribute 'groups'",)) |
@beargeek, care to paste the whole error messages, including the stack trace? |
@MestreLion this is all I got. Not sure how to get a stacktrace:
I think it might have something to do with this: ((xxxx's are redacted information)) |
Hey! Love they app, really cool code you've got going.
My biggest suggestion is twofold-
Include a requirements file. It'll help people install the right deps on the first try (for instance, on mac you need to install
pyxdg
instead ofxdg
when using pip).Be able to install this package via pip instead of cloning. This is a fairly straightforward process. More info can be found here.
I'm happy to make a PR for the first, though I'm not sure if you need certain versions or anything.
The text was updated successfully, but these errors were encountered: