arthaud / git-dumper

A tool to dump a git repository from a website
MIT License
1.88k stars 253 forks source link

Git dumper doesnt work on mac m1 #35

Open AzhariRamadhan opened 2 years ago

AzhariRamadhan commented 2 years ago

this error

Traceback (most recent call last): File "/Users/azhariramadhan/Documents/pentest-tools/git-dumper/./git_dumper.py", line 20, in import socks File "/opt/homebrew/lib/python3.10/site-packages/socks.py", line 58, in from collections import Callable ImportError: cannot import name 'Callable' from 'collections' (/opt/homebrew/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/collections/init.py)

za commented 4 months ago

Hi @AzhariRamadhan

How did you install it? Did you create a new virtual environment before installing the requirements?