You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After ~8 months I decided to rerun a RAVEN input deck. Before running it I followed the procedure described on the RAVEN website, updating the codes AND the libraries.
The code is being executed on INL FALCON HPC.
module load raven-devel
Then :
git pull
scripts/establish_conda_env.sh --install
The libraries were correctly updated.
What did you see instead?
I run the old input deck after the SW updates, and I got the following message:
ERROR: Some required Python libraries have incorrect versions for running RAVEN as configured:
-> WRONG VERSION: lib "matplotlib" need "3.2" but found "3.4.2"
Issue Description
What did you expect to see happen?
After ~8 months I decided to rerun a RAVEN input deck. Before running it I followed the procedure described on the RAVEN website, updating the codes AND the libraries.
The code is being executed on INL FALCON HPC.
Then :
The libraries were correctly updated.
What did you see instead?
I run the old input deck after the SW updates, and I got the following message:
ERROR: Some required Python libraries have incorrect versions for running RAVEN as configured:
-> WRONG VERSION: lib "matplotlib" need "3.2" but found "3.4.2"
Try installing libraries using instructions on RAVEN repository wiki at https://github.com/idaholab/raven/wiki/Installing_RAVEN_Libraries.
Do you have a suggested fix for the development team?
I contacted @wangcj05 and he suggested me to manually update the file ./raven/dependencies.xml . I did it changing the matplotlib from 3.2 to 3.4.2.
After that change, the code run without any problem.
Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue.
Input file is about MC sampling and basic statistics calculations.
R5RAVEN_153_LHS_FLECHT_A5.xml.zip
For Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered: