You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation fail on Mac OS Sonoma 14.4.1 running on MacBook Pro with M2 chip.
Steps to reproduce issue
Please provide a minimum working example (MWE) if possible
running the installation script sh install.sh windse_env.
Current behavior
Channels:
- conda-forge
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
Channels:
- conda-forge
- defaults
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides fenics 2019.1.* needed by dolfin-adjoint-2019.1.0-py_0
- nothing provides requested fenics 2019.1.0 py39*_26
- nothing provides requested mshr
Could not solve for environment specs
The following packages are incompatible
├─ dolfin-adjoint 2019.1.0** is not installable because it requires
│ └─ fenics 2019.1.* , which does not exist (perhaps a missing channel);
├─ fenics 2019.1.0 py39*_26 does not exist (perhaps a typo or a missing channel);
└─ mshr does not exist (perhaps a typo or a missing channel).
Expected behavior
installation to succeed.
Code versions
List versions only if relevant
Python: 3.9
Mac OS Sonoma 14.4.1 (osx arm64)
Apple M2 chip
The text was updated successfully, but these errors were encountered:
Description
The installation fail on Mac OS Sonoma 14.4.1 running on MacBook Pro with M2 chip.
Steps to reproduce issue
Please provide a minimum working example (MWE) if possible
running the installation script
sh install.sh windse_env
.Current behavior
Expected behavior
installation to succeed.
Code versions
List versions only if relevant
The text was updated successfully, but these errors were encountered: