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

Fix run instructions #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

d3QUone
Copy link

@d3QUone d3QUone commented Nov 9, 2022

Error when running following current instruction:

(.venv) vladimirkasatkin@vladimirkasatkin bench311 % pip install -e git://github.com/django/djangobench.git#egg=djangobench

Obtaining djangobench from git+git://github.com/django/djangobench.git#egg=djangobench
  Cloning git://github.com/django/djangobench.git to ./.venv/src/djangobench
  Running command git clone --filter=blob:none --quiet git://github.com/django/djangobench.git /Users/vladimirkasatkin/Developer/bench311/.venv/src/djangobench
  fatal: unable to connect to github.com:
  github.com[0: 140.82.121.4]: errno=Operation timed out

After using a proper URL:

(.venv) vladimirkasatkin@vladimirkasatkin bench311 % pip install -e git+https://github.com/django/djangobench.git#egg=djangobench

Obtaining djangobench from git+https://github.com/django/djangobench.git#egg=djangobench
  Cloning https://github.com/django/djangobench.git to ./.venv/src/djangobench
  Running command git clone --filter=blob:none --quiet https://github.com/django/djangobench.git /Users/vladimirkasatkin/Developer/bench311/.venv/src/djangobench
  Resolved https://github.com/django/djangobench.git to commit 4c88fa81c4d7618604ae51e07c03c23f6734c2e6
  Preparing metadata (setup.py) ... done
Installing collected packages: djangobench
  Running setup.py develop for djangobench
Successfully installed djangobench-0.10

@d3QUone
Copy link
Author

d3QUone commented Jul 8, 2023

Hi @collinanderson! Do you mind checking this bug request and the fix?

Copy link
Contributor

@collinanderson collinanderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@d3QUone I don't have write access to this repo, but these README changes look good to me.

@d3QUone
Copy link
Author

d3QUone commented Aug 2, 2023

Hi @smithdc1! Do you mind checking this PR and probably merge it?

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 this pull request may close these issues.

2 participants