ModuleNotFoundError: No module named 'climtas'

Dear Colleges,

I am uploading the python enviroment as follows:

module use /g/data/xp65/public/modules
module load conda/analysis3

and runninig my python script and the following error message is shown:

import climtas.nci

ModuleNotFoundError: No module named ‘climtas’

I would appreciate your help in this.

Kind regards,

Artur

You shouldn’t need climatas to start dask clients with xp65, just start a dask.distributed and the defaults should already be set up for NCI.

2 Likes

Hi Scott,

Thanks a lot for your reply and kind help!

Artur