"conda env create -f environment-ufsreplay.yml" stuck in "Solving environment:" #390
-
Has anybody have the issue of running "conda env create -f environment-ufsreplay.yml", stuck in "Solving environment:" for hours? IT happens as I checkout the SCM as "git clone --recursive https://github.com/NCAR/ccpp-scm" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@AnningCheng-NOAA
|
Beta Was this translation helpful? Give feedback.
-
I do not have an account in Cheyenne. It seems like that the package has
not been tested in HERA yet.
…On Wed, Jun 21, 2023 at 12:02 PM Dustin Swales ***@***.***> wrote:
@AnningCheng-NOAA <https://github.com/AnningCheng-NOAA>
I just tried on Cheyenne w/o issue:
[image: Screenshot 2023-06-21 at 9 40 18 AM]
<https://user-images.githubusercontent.com/13949033/247608965-81dd2204-29e1-42de-9625-1ac32f5f6adc.png>
But on Hera got hung up "Solving environment"...
I had no problem building the environment manually on Hera,
conda create -n env_ufsreplay python=3.8.5
conda activate env_ufsreplay
conda install -c conda-forge netcdf4
conda install -y -c conda-forge f90nml
conda install -y -c conda-forge numpy
conda install -y -c conda-forge xarray
conda install -y -c conda-forge shapely
conda install -y -c conda-forge xesmf
@mkavulich <https://github.com/mkavulich> @hertneky
<https://github.com/hertneky>
—
Reply to this email directly, view it on GitHub
<#390 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQPMIIOSZJ6622MZ6S7RPTXMMLIRANCNFSM6AAAAAAZO3D5YE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
@AnningCheng-NOAA
I just tried on Cheyenne w/o issue:
But on Hera got hung up "Solving environment"...
I had no problem building the environment manually on Hera,