CliMT / climt

The official home of climt, a Python based climate modelling toolkit.
https://climt.readthedocs.io
Other
160 stars 46 forks source link

import climt gives an error #141

Closed Ai33L closed 3 years ago

Ai33L commented 3 years ago

Description

running import climt does not work and errors out.

the error output saved to file: log.txt

What I Did

Ran a python code with "import climt" as the only command.

JoyMonteiro commented 3 years ago

What operating system are you working with? On linux we have a released a newer version of climt (0.16.14) just today.

JoyMonteiro commented 3 years ago

I have just verified that climt does work on py38, but with the latest numpy (1.20.2). import climt failed with exactly the same error on an older version (1.19.x)

JoyMonteiro commented 3 years ago

closing this as it seems to be a numpy version issue, and not a climt issue.