Hello. I’m trying to install OpenMC on my work laptop and have tried all of the installation methods from the OpenMC site except for Spack, but none of these attempts have been successful. As an example, when I attempt the first method using Anaconda, all seems well except towards the end, where OpenMC cannot be found.
I am running into similar issues using Docker. With Docker running, I enter:
docker run openmc/openmc:latest
and receive message: Unable to find image ‘openmc/openmc:latest’ locally
latest: Pulling from openmc/openmc
docker: no matching manifest for windows/amd64 10.0.19045 in the manifest list entries.
If you’re on Windows, I would generally recommend installing through WSL. That is, install WSL so that you can run a Linux terminal, and then from there you can follow the instructions for installing OpenMC from conda-forge.