Veil-Framework / Veil

Veil 3.1.X (Check version info in Veil at runtime)
GNU General Public License v3.0
3.96k stars 881 forks source link

Error originate from subprocess #503

Open anandhanshine opened 1 year ago

anandhanshine commented 1 year ago

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

caraidenome commented 1 year ago

go to setup.py and search for pycrypto, change all pycrypto to pycryptodomex. And try to run the setup again