-
Notifications
You must be signed in to change notification settings - Fork 101
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
TypeError: user() missing 1 required positional argument: 'username' #131
Comments
@ticki what version of github3.py do you have installed? Also, how are you deploying Homu? (e.g., pip, setup.py install, something else) |
That latest one. It was installed only a few hours ago.
I use the development version through setup.py (python3). |
That is not an answer. What's the version string?
As in |
Also, the version string for github3.py can be obtained by doing |
Sorry, I'm not very familiar with python:
I used |
Hm. That's surprising. That exception is something I'd expect from github3.py 1.0.* |
@ticki If you installed from a source checkout (IE: git clone) can you also provide the hash? You can snag it with |
I can reproduce this when using python 3 in the lastest HEAD. |
Clarify need to accept the collaborator invitation
I get following error, after trying to deploy Homu in a Python virtualenv:
The text was updated successfully, but these errors were encountered: