Cannot install dolfinx using canda

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
from GitHub - FEniCS/dolfinx: Next generation FEniCS problem solving environment

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

i want to coding on jupyter notebook(window11)& my python version is 3.9.13
please give me some advice how can i install dolfinx, Thank you

I am no conda user, but it seems to me that you are trying to install it from windows.
dolfinx installation via conda is not yet supported on windows.

Please use WSL and install e.g. ubuntu, and from there follow the instructions for a linux installation (from apt, from conda or from source)

2 Likes