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

Error #3

Closed
edenlith opened this issue Sep 21, 2023 · 1 comment
Closed

Error #3

edenlith opened this issue Sep 21, 2023 · 1 comment

Comments

@edenlith
Copy link

I know this might be a long shot since this repository looks like it isn't being maintained anymore.

When I try to install the requirements I get this output:

~/qtube$ pip install -r requirements.txt
Collecting QTWaitingSpinner
Cloning git://github.com/z3ntu/QtWaitingSpinner.git (to revision master) to /tmp/pip-install-cl0lcs12/qtwaitingspinner_a3f53ad8ca124dbe80d43c7529d7e75e
Running command git clone --filter=blob:none --quiet git://github.com/z3ntu/QtWaitingSpinner.git /tmp/pip-install-cl0lcs12/qtwaitingspinner_a3f53ad8ca124dbe80d43c7529d7e75e
fatal: unable to connect to github.com:
github.com[0: 140.82.121.4]: errno=Resource temporarily unavailable

error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/z3ntu/QtWaitingSpinner.git /tmp/pip-install-cl0lcs12/qtwaitingspinner_a3f53ad8ca124dbe80d43c7529d7e75e did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× git clone --filter=blob:none --quiet git://github.com/z3ntu/QtWaitingSpinner.git /tmp/pip-install-cl0lcs12/qtwaitingspinner_a3f53ad8ca124dbe80d43c7529d7e75e did not run successfully.
│ exit code: 128
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
WARNING: You are using pip version 22.0.4; however, version 23.2.1 is available.
You should consider upgrading via the '/home/user/.pyenv/versions/3.10.4/bin/python3.10 -m pip install --upgrade pip' command."

Can someone help me?

@hdb
Copy link
Owner

hdb commented Sep 27, 2023

It looks like the issue is your ssh connection to Github.

If you don't have ssh configured for Github you can also just remove the line with the Github repo dependency from requirements.txt and manually install the dependency, e.g. over https instead of ssh:

git+git://github.com/z3ntu/QtWaitingSpinner.git@master#egg=QTWaitingSpinner

pip install git+https://github.com/z3ntu/QtWaitingSpinner.git

@hdb hdb closed this as completed Sep 27, 2023
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

No branches or pull requests

2 participants