Im using the Coreplus 11.1 on VMware workstation. I am trying to install the SET tool (which is a kali linux tool) in the tiny core. Im using python3.6. Im running these commands
git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/This command runs fine
pip3 install -r requirements.txtthis command gives the "Failed Building Wheel for Cryptography" error
It also gives the error "limit.h: No such file or directory found"
This is the image of the error
https://ibb.co/9WMN8BqI have installed gcc, python3.6-dev, regex, libssl-dev but it still gives the same error. I also upgraded pip3 to the latest version but it still gives an error. Can someone please tell why is this happening?