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
I am trying to build the Sparta conda env on my Mac and the command hangs here:
$ ./scripts/create_conda_env.sh sparta dev
+ cd ./scripts/..
+ ./scripts/render_recipe_for_platform.sh rendered_recipe.dlkPII
conda is /Users/kathlenehurt/miniconda3/bin/conda
jq is /Users/kathlenehurt/miniconda3/bin/jq
yq is /Users/kathlenehurt/miniconda3/bin/yq
Rendering recipe in /Users/kathlenehurt/Desktop/sparcians/map/conda.recipe
Warning: 'conda-forge' already in 'channels' list, moving to the top
+ conda render -m .ci_support/osx_64_.yaml --file rendered_recipe.dlkPII conda.recipe
/Users/kathlenehurt/miniconda3/lib/python3.11/site-packages/conda_build/environ.py:499: UserWarning: The environment variable 'SYSTEM_DEFAULTWORKINGDIRECTORY' is being passed through with value '/Users/kathlenehurt/Desktop/sparcians/map'. If you are splitting build and test phases with --no-test, please ensure that this value is also set similarly at test time.
warnings.warn(
I've tried building the "safe" env but get a long list of missing packages:
So my first problem is that I'm impatient and didn't let the create_conda_env.sh script run long enough. After letting it run, I do come across a real error:
I've actual seen this same error when building the Sparta Conda env on WSL. I tried directly modifying the environment yaml to remove the duplicate entries for boost (1.85.0), icu (75.1) and libxml2 (2.12.7=heaf3512_4), but I ended up with a MASSIVE error message that listed a bunch of libraries that were incompatible with each other.
So then I tried just removing the version specifiers in these environment yaml for these libraries
I am trying to build the Sparta conda env on my Mac and the command hangs here:
I've tried building the "safe" env but get a long list of missing packages:
I'm using Conda version 23.7.4 and the latest version of the map repo.
The text was updated successfully, but these errors were encountered: