Veil
Veil copied to clipboard
Error originate from subprocess
compilation terminated. error: command /usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pycrypto Running 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 [ERROR] Failed with installing dependencies (6): 0
go to setup.py and search for pycrypto, change all pycrypto to pycryptodomex. And try to run the setup again