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

python-git required #120

Open
ibertrix opened this issue Oct 26, 2017 · 4 comments
Open

python-git required #120

ibertrix opened this issue Oct 26, 2017 · 4 comments

Comments

@ibertrix
Copy link

I´m trying to run wphardening on a Centos 6.9 with Python 2.6:

root@cpanel1 [/wphardening]# pip install GitPython
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
Requirement already satisfied: GitPython in /usr/lib/python2.6/site-packages
Requirement already satisfied: gitdb2>=2.0.0 in /usr/lib/python2.6/site-packages (from GitPython)
Requirement already satisfied: smmap2>=2.0.0 in /usr/lib/python2.6/site-packages (from gitdb2>=2.0.0->GitPython)
root@cpanel1 [
/wphardening]# ./wphardening.py -h
You need to install on your system python-git

What do I need to run wphardening?

@elcodigok
Copy link
Owner

Hello

Why do not you try to run:

pip installs GitPython

@ibertrix
Copy link
Author

As you can see in my comment, I have already installed it.

It doesn't work.

@icenico
Copy link

icenico commented Dec 7, 2017

Me too, 2 servers with Centos 6.9 (final), python 2.6.6, pip 9.0.1 win Gitpython installed.
In Centos 7.4 core, python 2.7.5, run well, problem with python version?, system?

Need Python 2.7.x?

@elcodigok
Copy link
Owner

Thanks for reporting these topics, I will try the same work scenario

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