From b49e19a4df3775b7da08377729e12c2ec555908d Mon Sep 17 00:00:00 2001 From: Jackson Burns Date: Tue, 6 Jun 2023 09:44:08 -0400 Subject: [PATCH] it was the julia version, 1.9.0 is brokey as reported at https://github.com/conda-forge/julia-feedstock/issues/253 the latest release of julia (1.9.0) is brokey, don't use it (put !=1.9.0 in the environment file) --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 7cc8ecc0ba..647f8256eb 100644 --- a/environment.yml +++ b/environment.yml @@ -46,7 +46,7 @@ dependencies: - conda-forge::openbabel >= 3 # general-purpose external software tools - - conda-forge::julia>=1.8.5 + - conda-forge::julia>=1.8.5,!=1.9.0 - conda-forge::pyjulia >=0.6 # Python tools