trustedsec / social-engineer-toolkit

The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here.
10.46k stars 2.69k forks source link

pycrypto is no longer working. Use pycryptodome instead #1040

Open AMIGHTYCHICKEN opened 8 months ago

AMIGHTYCHICKEN commented 8 months ago

Expected Behaviour

pip3 is supposed to install pycrypto as part of the requirements.

Actual Behaviour

When trying to pip3 the requirements text file, an error is returned at the pycrypto stating, ERROR: Failed building wheel for pycryptoRunning setup.py clean for pycrypto Failed to build pycrypto ERROR: Could not build wheels for pycrypto, which is required to install pyproject.toml-based projects.

**FIX*** go into the requirements document and change the line listing pycrypto and change it to pycryptodome. The rest of the setup process will work normally.

Harrylever commented 8 months ago

Thanks. I just encountered this. And the fix enabled me to complete the requirements installation.🎉