MarcoG3 / WhatsDump

Extract WhatsApp private key from any non-rooted Android device (Android 7+ supported)
https://plainsec.org
GNU Lesser General Public License v3.0
269 stars 57 forks source link

Cannot install python requirements #33

Closed Erik0067 closed 5 years ago

Erik0067 commented 5 years ago

Hi,

I'm trying to run the python implementation of whatsdump on my Windows 10 computer. I learned I have to install python 2.7.x. After choosing and installing python 2.7.9, I got these errors C:\Users\Erik\Downloads\WhatsDump-master\WhatsDump-master>python -m pip install requirements.txt Downloading/unpacking requirements.txt Could not find any downloads that satisfy the requirement requirements.txt Cleaning up... No distributions at all found for requirements.txt Storing debug log for failure in C:\Users\Erik\pip\pip.log

after running the command "python -m pip install requirements.txt".

The contents of pip.log is:


C:\Python27\lib\site-packages\pip__main__.py run on 09/13/19 22:48:12 Downloading/unpacking requirements.txt Getting page https://pypi.python.org/simple/requirements.txt/ Could not fetch URL https://pypi.python.org/simple/requirements.txt/: 404 Client Error: Not Found Will skip URL https://pypi.python.org/simple/requirements.txt/ when looking for download links for requirements.txt Getting page https://pypi.python.org/simple/ URLs to search for versions for requirements.txt:

Did I install the wrong version or isn't the command correct?

Any help is very much appreciated, thanks in advance!

Erik0067 commented 5 years ago

I solved this issue myself. I had to install version 2.7,16 (64 bit) and I had to enter the command "python -m pip install -r requirements.txt" (so with the -r argument)