Old version of moose-dev package #31477
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSEI hope this is not an ignorant question. The application I am working on uses an old version of MOOSE. The newest version of the conda package moose-dev from 2025.9.5 uses python 3.13.5. I think this is causing build issues when building the old version of MOOSE because _PyDict_SetItem_KnownHash is no longer supported in python 13. Is there a way for me to install an older version of the moose-dev package when I install conda? Specifically, I am looking to install the 2024.5.13 version. (Optional) code in question / simulation log / errorsNo response Encountering Errors? Please include diagnostic outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello
We dont recommend it but if you must you can specify an old version of moose-dev |
Beta Was this translation helpful? Give feedback.
Hello
We dont recommend it but if you must you can specify an old version of moose-dev
https://stackoverflow.com/questions/38411942/install-a-specific-anaconda-package-version (first answer)
However you will need to be using an old version of moose as well to make it work