pyca / bcrypt

Modern(-ish) password hashing for your software and your servers
Apache License 2.0
1.18k stars 159 forks source link

Error !! #805

Closed BaveAiaz closed 2 months ago

BaveAiaz commented 2 months ago

(trapped) error reading bcrypt version
Traceback (most recent call last):
  File "C:\Users\development\Desktop\sic_server\sicenv\Lib\site-packages\passlib\handlers\bcrypt.py", line 620, in _load_backend_mixin
    version = _bcrypt.__about__.__version__
              ^^^^^^^^^^^^^^^^^
AttributeError: module 'bcrypt' has no attribute '__about__'
alex commented 2 months ago

Duplicate of https://github.com/pyca/bcrypt/issues/684