Numpy and Pandas modules cannot be installed

Hello! Help me please )

win10 32bit
Python ver 3.8.7 or 3.10.11 or 3.11.3
installing Pandas:

python -m pip install pandas

reports: installed successfully. Runing in IDLE:

import pandas as pd

or

import numpy as np

result:

= RESTART: Shell =

That is, if you run the program with this line, then it just closes silently without errors.

And the other modules that are put together with the Pandas are loaded normally:

import tzdata

import six

do not restart the shell