CliMT / climt

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

Windows builds fail on some systems. #127

Closed JoyMonteiro closed 3 years ago

JoyMonteiro commented 3 years ago

Check if we can reproduce this

zylkowski commented 3 years ago

I actually replicated it on 6 different computers, one of which had Linux.

JoyMonteiro commented 3 years ago

Oh, that is definitely not good since climt is used most extensively on Linux/Mac.

Could you please let me know the specs of the Linux computer where the build failed? Does this issue persist if you install the previous version of climt?

zylkowski commented 3 years ago

Ubuntu 20.04, python 3.8.1. Unfortunately I can't check now if previous versions of climt work fine there.

JoyMonteiro commented 3 years ago

Ah, that makes sense. We haven't yet created wheels for py38. I'll get that done right away. Thanks for the information!

JoyMonteiro commented 3 years ago

py38 wheels for Linux have been released, please pip install -U climt to get them.