arthaud / git-dumper

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

Dulwich module not correctly installing? #2

Closed KevinBollengier closed 4 years ago

KevinBollengier commented 5 years ago

Anyone else having problems with installing git-dumper using pip?

For some reason Dulwich isn't installing correctly during the pip setup..

arthaud commented 5 years ago

On what platform and python version?

I just tried on Arch Linux and Python 3.7.2, it works as expected.

KevinBollengier commented 5 years ago

Hey I think I found what went wrong, some of the dependencies required (e.g: urllib 3) are not automatically up to date to use for the Dulwich module.

I did: pip install --upgrade requests pip install --upgrade urllib3

Now I got it working.

KevinBollengier commented 5 years ago

(Platform is Windows 10 btw)

pravesh98 commented 4 years ago

I have installed python 3.7.3 but still facing ModuleNotFoundError