Can't install matplotlib using python/pycharm 3.9

hello, I try to simply install matplotlib on pycharm and import it as it works for numpy, pandas…
however with matplotlib I got the following error:

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

I tried to delete any mulitple python environnement but I still have the exit error.
I tried to install package from github and same.

Any idea ?

Thanks!
Daniel

@danhk From this information it is very hard to help you. How did you install (pip, conda, homebrew, system packages, …)?

When this sort of thing happens the easiest way to fix it is typically to complete uninstall all Python from your computer and start fresh.