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

[Bug]: Error on installing dependencies #20

Closed
hrqmonteiro opened this issue Sep 27, 2022 · 4 comments · May be fixed by #21
Closed

[Bug]: Error on installing dependencies #20

hrqmonteiro opened this issue Sep 27, 2022 · 4 comments · May be fixed by #21
Assignees
Labels
bug Something isn't working

Comments

@hrqmonteiro
Copy link

Description?

[hrq@fedora ~]$ pip install -r https://github.com/brpaz/ulauncher-github/blob/master/requirements.txt
Defaulting to user installation because normal site-packages is not writeable
WARNING: Cache entry deserialization failed, entry ignored
ERROR: Invalid requirement: '<!DOCTYPE html>' (from line 8 of https://github.com/brpaz/ul

Extension Logs

None
@julianhille
Copy link
Contributor

have a look at: #21
or try this: pip install -r https://raw.githubusercontent.com/brpaz/ulauncher-github/master/requirements.txt

@hrqmonteiro
Copy link
Author

have a look at: #21 or try this: pip install -r https://raw.githubusercontent.com/brpaz/ulauncher-github/master/requirements.txt

Now it gives me another error:

Screenshot from 2022-09-28 09-01-06

pip install -r https://raw.githubusercontent.com/brpaz/ulauncher-github/master/requirements.txt
Defaulting to user installation because normal site-packages is not writeable
ERROR: Invalid requirement: 'pygithub=~1.55' (from line 1 of https://raw.githubusercontent.com/brpaz/ulauncher-github/master/requirements.txt)

@julianhille
Copy link
Contributor

julianhille commented Sep 28, 2022

Sorry did not check if that works, i'm not using this module nor maintain it, i'm just a passerby :P. The requirement format/syntax is invalid here.

short solution which should work for you:

pip install pygithub=~1.55.0 requests

@julianhille
Copy link
Contributor

for the sake of completeness here is the other fix as a PR: #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants