Closed jasoncpatton closed 7 months ago
@duncanmmacleod two ways of solving this, I think:
src/condor_scripts/adstash
directory in $CONDA_PREFIX/libexec
, and then update LIBEXEC
in the condor config we ship.adstash
(from src/condor_scripts/adstash
) in $CONDA_PREFIX/lib/python3.12/site-packages
, which seems a little dirty since it's not really a separate package and has no package metadata...Or perhaps even 3. Make a new htcondor-adstash
package in conda-forge
.
I'm about to be on an extended leave and this is relatively low priority compared to other efforts that are needed, relinquishing ownership for now...
Solution to issue cannot be found in the documentation.
Issue
I had a potential
condor_adstash
user write to me asking about an error like this:It turns out that whlie we package the
condor_adstash
script, we do not package theadstash
library it depends upon (which is typically loaded from$(condor_config_val LIBEXEC)/adstash
).Output below is from quickly reproducing this in a barebones container with miniconda installed (hence the
/root
-based environment).Installed packages
Environment info