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

ERROR: Could not find a version that satisfies the requirement github (from versions: none) #15

Closed woosal1337 closed 2 years ago

woosal1337 commented 3 years ago

GitHub Library installation on Python.

While it is suggesting in the app to have the library as following in order to proceed to work: pip3 install github

such library does not exist. Did you mean: pip3 install pygithub

elpupi commented 2 years ago

I read the source code. Indeed, the dependency is pygithub. It is written in the README.md and also you find it in the file requirements.txt

woosal1337 commented 2 years ago

It might be on the files you have mentioned, however, it was not really pygithub on the Ulauncher itself. Through Ulauncher, regular github was required to be installed was mentioned.

elpupi commented 2 years ago

Yes you are right