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
During some operations with users (creation?) api emit some strange messages:
(trapped) error reading bcrypt version
Traceback (most recent call last):
File "/home/kernelci/.local/lib/python3.11/site-packages/passlib/handlers/bcrypt.py", line 620, in _load_backend_mixin
version = _bcrypt.about.version
^^^^^^^^^^^^^^^^^
AttributeError: module 'bcrypt' has no attribute 'about'
The text was updated successfully, but these errors were encountered:
Thanks for reporting.
Many people have faced the same issue and it's been reported here pyca/bcrypt#684 passlib needs to be upgraded to use the latest bcrypt version i.e 4.1.2.
We can pin bcrypt package version to fix it until passlib is fixed as per the comments on the issue.
During some operations with users (creation?) api emit some strange messages:
(trapped) error reading bcrypt version
Traceback (most recent call last):
File "/home/kernelci/.local/lib/python3.11/site-packages/passlib/handlers/bcrypt.py", line 620, in _load_backend_mixin
version = _bcrypt.about.version
^^^^^^^^^^^^^^^^^
AttributeError: module 'bcrypt' has no attribute 'about'
The text was updated successfully, but these errors were encountered: