Tiny Core Linux
Tiny Core Base => CorePlus => Topic started by: zaibanar on January 20, 2021, 12:22:04 AM
-
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.txt
this 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/9WMN8Bq
I 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?
-
Hi zaibanar
Welcome to the forum.
Try installing compiletc so you have a complete toolchain.