When I try to import Pandas in Python 3.10.14 in MacOS zsh, python3 crashes with segmentation fault.
sudiptabhawmik@Sudiptas-iPro gippss % python3
Python 3.10.14 (main, May 6 2024, 14:47:20) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pandas
zsh: segmentation fault python3
I tried Pandas from version 2.2.2 down to 2.0.3
How can I resolve this?
I tried changing zsh to bash and csh, didn’t work.
I tried multiple versions of Pandas from 2.2.2 to 2.0.3 but failed.
New contributor
Sudipta Bhawmik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.