Cannot add package in super computer

You don’t have to necessarily go to a compute node, you can also set the environment variable JULIA_NUM_PRECOMPILE_TASKS to a low value (like 1, 2, 3, or so) such that it doesn’t trigger whatever restriction is in place. BTW, this was mentioned also in Julia precompiling error on cluster · Issue #68192 · llvm/llvm-project · GitHub, Crash When Attempting to Install Packages on HPC Environment · Issue #52220 · JuliaLang/julia · GitHub, and loads of duplicate issues

4 Likes