-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
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
Issue Description
In MacOS (10.15.7) in a conda created virtual env with Python 3.10.14 installed,
when I open a python3 shell and try importing pandas, I get this segmentation fault.
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 1.5.n
I tried changing zsh to bash and csh, didn't work. I tried multiple versions of Pandas from 2.2.2 to 1.5.n but failed.
Works fine with Python 3.7.n and Pandas pandas==1.1.5
Expected Behavior
Expected behavior should be no segmentation fault in MacOS when Pandas. is imported.