You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
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.
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.
The text was updated successfully, but these errors were encountered: