My suite ‘u-cm987’ fails on the ‘flight_track_sim’ task because the ‘iris’ library is not available.
I sought help from archer2 admin and they confirmed my miniconda3 environment is set up correctly.
I also ran the command:
conda install -c conda-forge cis
to make the python ‘iris’ library available.
The first line of the associated python script is
#!/work/n02/n02/lre/miniconda3/bin/python
This would be far easier if iris were commonly available. But, since it’s not could you please explain how I could make sure the task sees the correct miniconda environment?
Thanks for the suggestion. Is this a test version of a shared iris library?
The flight_track_sim task now crashes with multiple errors related to missing python functionality. It doesn’t seem to be able to import, try or use loops.