makcedward / nlpaug

Data augmentation for NLP
https://makcedward.github.io/
MIT License
4.46k stars 463 forks source link

Process finished with exit code 132 (interrupted by signal 4: SIGILL) #309

Open alaa-maverick opened 2 years ago

alaa-maverick commented 2 years ago

After installing nlpaug version 1.1.11 and importing the library, I get a SIGILL and the process stops:

import nlpaug.augmenter.word as naw

Process finished with exit code 132 (interrupted by signal 4: SIGILL)

Python version 3.7.9