I'm working on a python project in PyCharm and am trying to import pandas:
import pandas as pd
When I try to run this I get a message in the console:
Process finished with exit code 132 (interrupted by signal 4: SIGILL)
I'm working in conda environment and within PyCharm project interpreter settings I can see that pandas is available:
Why am I getting this message and how can I get around it? My script will not run without pandas and I cannot get past this message when trying to import.