Cannot install dolfinx by conda

Hello, I would like to install dolfinx by using conda as following;

conda create -n fenicsx-env
conda activate fenicsx-env
conda install -c conda-forge fenics-dolfinx mpich pyvista

but there’s problem with “conda install -c conda-forge fenics-dolfinx mpich pyvista” it gives error,

my python version is 3.9.13
how can i install dolfinx with conda, pls give me some advice
Thank you

I closed this as duplicate of Cannot install dolfinx using canda