Hi,
I am trying to install the new version of openmc via mamba and pip, but I am getting the following error message.
ERROR: Could not find a version that satisfies the requirement openmc (from versions: none)
Hi,
I am trying to install the new version of openmc via mamba and pip, but I am getting the following error message.
ERROR: Could not find a version that satisfies the requirement openmc (from versions: none)
Thanks for reaching out. I’m sure we can fix this. Could you tell us the terminal commands you were using for mamba and pip, or attach a screenshot please.
Unfortunately OpenMC is not pip installable from pypi in that way.
It can be pip installed if one clones the repository, compiles the code and the does a local ‘’‘pip install .’‘’ command.
We can try compiling and pip install if you like, but perhaps the conda (mamba) route is easier.
Here is a link to the install guide.
https://docs.openmc.org/en/stable/quickinstall.html
We are happy to improve the guide to make is better if you spot anything that is unclear
Hi, Thank you for the information. I was able to download it using mamba.