We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug This happens when building the app in Docker. bcrypt library fails with the following error:
bcrypt
api-1 | Database 'police_data' already exists. api-1 | Initialized the database 'police_data'. api-1 | (trapped) error reading bcrypt version api-1 | Traceback (most recent call last): api-1 | File "/usr/local/lib/python3.11/site-packages/passlib/handlers/bcrypt.py", line 620, in _load_backend_mixin api-1 | version = _bcrypt.__about__.__version__ api-1 | ^^^^^^^^^^^^^^^^^ api-1 | AttributeError: module 'bcrypt' has no attribute '__about__'
To Reproduce Steps to reproduce the behavior:
Expected behavior Docker should build without issues and api container should work.
The text was updated successfully, but these errors were encountered:
Here is the PR to fix this issue: #374
Sorry, something went wrong.
closed with #374
No branches or pull requests
Describe the bug
This happens when building the app in Docker.
bcrypt
library fails with the following error:To Reproduce
Steps to reproduce the behavior:
Expected behavior
Docker should build without issues and api container should work.
The text was updated successfully, but these errors were encountered: