I install fenics-dolfinx on my Mac using these lines:
conda create -n fenicsx-env
conda activate fenicsx-env
conda install -c conda-forge fenics-dolfinx mpich pyvista
from this site GitHub - FEniCS/dolfinx: Next generation FEniCS problem solving environment
Then I open JupiterNotebook from anaconda navigator and I type:
from dolfinx import *
I got this error message:
ModuleNotFoundError Traceback (most recent call last)
/var/folders/31/w56d47t956zfp0kklgtz_yq40000gn/T/ipykernel_54154/177702259.py in
----> 1 from dolfinx import *
ModuleNotFoundError: No module named ‘dolfinx’