-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ImportError: No module named git #4
Comments
see #3 |
It looks like your dependancies aren't getting installed correctly for the version of python you're using. Make sure the version of pip and python are aligned, then you can also try uninstalling GitPython and reinstalling it. |
Bummer, guess one needs to know how to manage the python runtime to get this working. I don't so I give up for now. |
If nothing else you can try the docker container |
mcastorina
added a commit
that referenced
this issue
Jul 25, 2024
added http logging to most analyzers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running on OpenSUSE Leap 42.2.
pip install -r requirements.txt
python truffleHog.py https://github.com/dxa4481/truffleHog.git
The text was updated successfully, but these errors were encountered: