B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.13k stars 263 forks source link

problem installing requirements #32

Closed pulp2010 closed 4 years ago

pulp2010 commented 5 years ago

Hi, I'm using Python38-32 with PIP 19.2.3 and I'm getting error:

image

Any ideas what's wrong? I'm using windows 7 pro but *uck it :)

B16f00t commented 5 years ago

I think you have a bad python installation. Try another version

ParikhKadam commented 5 years ago

@pulp2010 Download and install visual c++ 14.0 on your PC in order to build this particular requirement.

dilinjabass commented 5 years ago

pycryptodome just released a version compatible for python3.8 - it should be working now. If not, install pycryptodome from the wheel file https://pypi.org/project/pycryptodome/3.9.1/#files Find the compatible file for your version of python, win, linux etc. cp38 is for python3.8, cp37 is for python3.7 etc

If you still cant get it to work for python3.8, then fall back to 3.7 as there should be no bugs

dilinjabass commented 5 years ago

And to install the wheel file, download it. Open terminal where the file is and use pip3 install some-package.whl (copy paste the full wheel file name in place of 'some-package')