Open soto97 opened 2 years ago
Hi, sorry for lack of reply! Thank you for bringing this to our attention.
For our reference what we need to do is change to setuptools
here: https://github.com/ExeClim/Isca/blob/master/src/extra/python/setup.py
I will sort this soon.
Description
When installing Isca on the NASA Pleiades machine, I received a deprecation warning for the disutils package. I followed the installation instructions at GitHub. When I ran
pip install -e .
the installation was successful, but I received this deprecation warning:I am not sure if this is an actual bug or not, but I thought it was worth alerting the developers, in case this will be a problem in the future.
Isca version
I ran git clone and installed
commit 58422936f
.System Information: My system info:
I am running Python 3.9.10 and using the conda environment provided by ci/environment-py3.9.yml.