I have run into the same error, this post wasn’t very clear so I wanted to add in more detail how I fixed the problem. To my understanding, in order to install openmc using conda, you need to explicitly tell conda that you are emulating x86_64 architecture because the mamba version of openmc is not yet compatible with Apple arm64 chips. I had created such a conda environment in my post here. The drawbacks to installing in this way are that, on apple chips, you tend to get crazy segmentation fault errors when doing things like plotting geometries, and all of those errors told me to install from source, which I did. Once you install from source, your openmc executable will be compatible with arm64 and you then need to create a REGULAR conda environment before pip installing. Then it all seemed to work out. In conclusion, installing from source eliminates a ton of headache down the road.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Openmc installation using mamba | 5 | 593 | November 16, 2023 | |
| Problem Installing openMC with macOS M3Pro | 5 | 272 | July 22, 2024 | |
| Having problem while downloading OpenMC with Anaconda after successful download of conda, mamba, & mamba install OpenMC but still can't proceed to "install OpenMC" having error message saying: " OpenMC does not exist" what should I do? | 9 | 278 | October 7, 2024 | |
| OpenMC source update/installation error | 4 | 408 | March 28, 2023 | |
| Installation trouble on M2 MacPro | 1 | 88 | February 5, 2025 |