stackhpc / ansible-slurm-appliance

A Slurm-based HPC workload management environment, driven by Ansible.
51 stars 25 forks source link

bcrypt error reported during opensearch configuration #470

Closed verdurin closed 2 weeks ago

verdurin commented 2 weeks ago

Noticed this while site.yml was running:

TASK [opensearch : Template internal user configuration] *************************************************************************************************************************************************************************************
(trapped) error reading bcrypt version
Traceback (most recent call last):
  File "/home/<home directory>/src/github/ansible-slurm-appliance/venv/lib64/python3.8/site-packages/passlib/handlers/bcrypt.py", line 620, in _load_backend_mixin
    version = _bcrypt.__about__.__version__
AttributeError: module 'bcrypt' has no attribute '__about__'
sjpb commented 2 weeks ago

This is not fatal. It is this, which needs ansible/passlib changes to resolve.

verdurin commented 2 weeks ago

Okay thanks, I'll close.