Hello, I am using Macbook Air M2 and I’ve been trying to install fenicsx via conda using the following installation from your homepage: conda create -n fenicsx-env
conda activate fenicsx-env
conda install -c conda-forge fenics-dolfinx mpich pyvista.
However, I’ve been receiving conflicts when i try to install fenics-dolfinx and pyvista. (I was able to install mpich separately) Here is the error I receive: "UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package → Available versionsThe following specifications were found to be incompatible with your system:
- feature:/osx-arm64::__osx==14.4.1=0
- fenics-dolfinx → __osx[version=‘>=10.13|>=10.9’]
- python=3.8 → libzlib[version=‘>=1.2.13,<2.0.0a0’] → __osx[version=‘>=10.13|>=10.9’]
Your installed version is: 14.4.1
Note that strict channel priority may have removed packages required for satisfiability."