Installation trouble

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.

Can anyone offer any suggestions? (thank you)

Are you using windows? I don’t think the conda install works on windows (look here)

Yes, I am using Windows. I’ll look at your reference today.

Yeah I had the exact same problem, I use docker now.

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.

Any advice on this issue?
Thanks.

Ah, yes, of course. It says it right there in the title… “Linux/Mac”. Duh.

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.