brpaz / ulauncher-github

Ulauncher Extension that provides quick access to common GitHub functionality like your repositories or gists.
https://ext.ulauncher.io/-/github-brpaz-ulauncher-github
MIT License
45 stars 12 forks source link

Ubuntu 20.04 LTS - Could not find a version that satisfies the requirement github #12

Closed mourngrym1969 closed 3 years ago

mourngrym1969 commented 3 years ago

When running the pip3 install command to support github ulauncher extension, the above error message (with no other information) is generated. The command run in similar fashion to import and support gitlab however, works as expected.

mourngrym1969 commented 3 years ago

I reviewed the other issue seemingly related to this one and discovered that if I installed 'pygithub' with pip3, that resolved the crash. Looks like maybe all that is needed is the 'help' command displayed to resolve the issue should be updated to installing that vs. pip3 install github. This can be closed.