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

github-py pinned version won't work for newer python #59

Closed
vsoch opened this issue Jun 8, 2022 · 0 comments · Fixed by #60
Closed

github-py pinned version won't work for newer python #59

vsoch opened this issue Jun 8, 2022 · 0 comments · Fixed by #60

Comments

@vsoch
Copy link
Contributor

vsoch commented Jun 8, 2022

The pin here:

github3.py==1.2.0

Means that running in default Python for ubuntu:22.04, we hit this error:

ImportError: cannot import name 'Callable' from 'collections'

triggered in the github3 module. The version here (1.2.0) seems a bit old because latest is 3.2.0 https://pypi.org/project/github3.py/.

The bug was actually fixed two years ago:

image

so likely if you had a reason to not want to update to latest you could try an older one, here is the commit and the release after that is version 2.0.0. https://pypi.org/project/github3.py/2.0.0/.

Thank you! This broke the automated data parsing for the radius interface, so it would be good to fix soon. It looks like you have CI setup so I'll take a shot at tweaking this and we can go from there. Thank you!

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

Successfully merging a pull request may close this issue.

1 participant