I think this message indicates that your htcondor python module is from a HTCondor version before 9.0, but your configuration is for an HTCondor version after 9.0.
Where did you get your HTCondor python bindings? From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx>
On Behalf Of Geonmo Ryu Hello, Everyone. I have a problem to use HTCondor python3 binding. I got below message when I import "htcondor" module. - import code --- #!/usr/bin/env python3.6 import htcondor --- - message --- Error: use security:recommended_v9_0: does not recognise recommended_v9_0 Config source Error "/etc/condor/config.d/00-htcondor-9.0.config", Line 26: at use security:recommended_v9_0:recommended_v9_0 Configuration Error Line 26 while reading config source /etc/condor/config.d/00-htcondor-9.0.config --- If anyone solved this, could you tell me how? Regards, -- Geonmo |