TextAttack icon indicating copy to clipboard operation
TextAttack copied to clipboard

subprocess-exited-with-error

Open inura-katulanda opened this issue 3 years ago • 2 comments

I tried to install this tool in my kali VM.

Commands Used - pip install textattack

But following issue occurred.

image

inura-katulanda avatar Aug 10 '22 10:08 inura-katulanda

I had the same problem.

kravrolens avatar Sep 08 '22 16:09 kravrolens

Solved by doing the following: sudo apt update sudo apt upgrade sudo apt install cmake sudo apt install pkg-config

slowpokeeh avatar Sep 30 '22 13:09 slowpokeeh

seems like a versioning issue with setuptools. Please follow these instructions: https://stackoverflow.com/questions/14426491/python-3-importerror-no-module-named-setuptools

jxmorris12 avatar Oct 07 '22 17:10 jxmorris12