Errors in ASE

Hello, I installed ase on Win10 and ran the ase test. The following is the error shown in the testing. I tried to change the version of the numpy, but it did not work.

Could everyone tell me how to fix this error.

D:\Programs\Python\Instal\Scripts>ase test
Traceback (most recent call last):
File “d:\programs\python\instal\lib\runpy.py”, line 197, in run_module_as_main
return run_code(code, main_globals, None,
File “d:\programs\python\instal\lib\runpy.py”, line 87, in run_code
exec(code, run_globals)
File "C:\Users\lenovo\AppData\Roaming\Python\Python310\Scripts\ase.exe_main
.py", line 4, in
File "C:\Users\lenovo\AppData\Roaming\Python\Python310\site-packages\ase_init
.py", line 17, in
from ase.atom import Atom
File “C:\Users\lenovo\AppData\Roaming\Python\Python310\site-packages\ase\atom.py”, line 3, in
import numpy as np
File "d:\programs\python\instal\lib\site-packages\numpy_init
.py", line 161, in
from . import random
File “d:\programs\python\instal\lib\site-packages\numpy\random_init_.py”, line 180, in
from . import _pickle
File “d:\programs\python\instal\lib\site-packages\numpy\random_pickle.py”, line 1, in
from .mtrand import RandomState
File “mtrand.pyx”, line 1, in init numpy.random.mtrand
ValueError: builtins.type size changed, may indicate binary incompatibility. Expected 888 from C header, got 880 from PyObject

Thank you,
Jun