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

./w3af_dependency_install.sh error #18451

Closed
michaellelt opened this issue Mar 15, 2020 · 3 comments
Closed

./w3af_dependency_install.sh error #18451

michaellelt opened this issue Mar 15, 2020 · 3 comments

Comments

@michaellelt
Copy link

ERROR:Could not find a version that satisfies the requirement gitdb>=4.0.1(from gitdb2>=2.0.0->GitPython==2.1.3) (from versions:0.5.0,0.5.1,0.5.2,0.5.3,0.5.4,0.6.0,0.6.1,0.6.2,0.6.3,0.6.4)
ERROR:No matching distribution found for gitdb>=4.0.1 (from gitdb2>=2.0.2->GitPython==2.1.3)

@jaredbeck
Copy link

jaredbeck commented Mar 20, 2020

Possible causes:

  1. Confusion between gitdb and gitdb2? gitdb and gitdb2 on PyPI gitpython-developers/gitdb#59
  2. It looks like gitdb requires Python 3? https://github.com/gitpython-developers/gitdb/blob/master/setup.py#L25

Possible solutions:

  1. Upgrade GitPython 2.1.3 to eg. 2.1.15? (In dependency_check/requirements.py?)

@michaellelt
Copy link
Author

thanks a lot.

@Q-back
Copy link
Collaborator

Q-back commented Mar 27, 2020

fixed with #18446

@Q-back Q-back closed this as completed Mar 27, 2020
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

3 participants