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
The issue seems to be the presence of a new option wrapper_base which we do not set in our configuration. I suspect previously it was the same as module_base.
cdipietrantonio@setonix-03:/software/projects/pawsey1045/cdipietrantonio> ./install_tempo_container.sh
Updated singularity_module to be singularity/4.1.0-mwavcs
Error creating path /software/setonix/2024.05/pawsey/software/shpc/lib/python3.11/site-packages/modules/shpc_registry/tempo-container/dev/bin, exiting.
cdipietrantonio@setonix-03:/software/projects/pawsey1045/cdipietrantonio> shpc config get view_base
unset
cdipietrantonio@setonix-03:/software/projects/pawsey1045/cdipietrantonio> shpc config get views_base
/software/projects/pawsey1045/cdipietrantonio/setonix/2024.05/containers/views
cdipietrantonio@setonix-03:/software/projects/pawsey1045/cdipietrantonio> shpc config get wrapper_base
/software/setonix/2024.05/pawsey/software/shpc/lib/python3.11/site-packages/modules
cdipietrantonio@setonix-03:/software/projects/pawsey1045/cdipietrantonio>
The text was updated successfully, but these errors were encountered:
The issue seems to be the presence of a new option
wrapper_base
which we do not set in our configuration. I suspect previously it was the same asmodule_base
.The text was updated successfully, but these errors were encountered: