# ModuleNotFoundError: No module named 'climtas'

**URL:** https://forum.access-hive.org.au/t/modulenotfounderror-no-module-named-climtas/5728
**Category:** General
**Tags:** nci
**Created:** [22 December 2025 13:31 UTC](https://forum.access-hive.org.au/t/modulenotfounderror-no-module-named-climtas/5728 "2025-12-22T13:31:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ag4173](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@ag4173](https://forum.access-hive.org.au/u/ag4173)
#### Post date: [22 December 2025 13:31 UTC](https://forum.access-hive.org.au/t/modulenotfounderror-no-module-named-climtas/5728/1 "2025-12-22T13:31:51Z")

</div>

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:

```auto
import climtas.nci

```

ModuleNotFoundError: No module named ‘climtas’

I would appreciate your help in this.

Kind regards,

Artur

---

<div class="post-metadata">

### Author: ![Scott](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.access-hive.org.au/scott/32/37_2.png) [@Scott](https://forum.access-hive.org.au/u/Scott)
#### Post date: [23 December 2025 01:15 UTC](https://forum.access-hive.org.au/t/modulenotfounderror-no-module-named-climtas/5728/2 "2025-12-23T01:15:30Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![ag4173](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@ag4173](https://forum.access-hive.org.au/u/ag4173)
#### Post date: [23 December 2025 07:55 UTC](https://forum.access-hive.org.au/t/modulenotfounderror-no-module-named-climtas/5728/3 "2025-12-23T07:55:39Z")

</div>

Hi Scott,

Thanks a lot for your reply and kind help!

Artur
