BUG: import pandas
failed in Python 3.13.2 free-threading version
#60972
Labels
import pandas
failed in Python 3.13.2 free-threading version
#60972
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
Firstly, use
python3.13t -m pip install pandas
to build and installpandas
on VS 16.11.43 and MSVC 19.29.30158.Then try to import it:
Issue Description
The line
import pandas
failed in Python 3.13 free-threading version on x64 Windows.As I tried to execute it, a segmentation fault caused because I've seen
werfault.exe
appeared in the task manager.Expected Behavior
The line
import pandas
successfully be executed.Installed Versions
Additionally, this is the output during compiling pandas that contains the MSVC version:
The text was updated successfully, but these errors were encountered: