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