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
Running make celery outputs the following error in dev:
make celery
dbm.error: db type is dbm.gnu, but the module is not available
This can be fixed by adding python3.11-gdbm into system dependencies. I'll also have to do it for the Docker env.
python3.11-gdbm
The text was updated successfully, but these errors were encountered:
fix celery warnings (#1491, #1493)
c56a958
Fixed.
Sorry, something went wrong.
mikkonie
No branches or pull requests
Running
make celery
outputs the following error in dev:This can be fixed by adding
python3.11-gdbm
into system dependencies. I'll also have to do it for the Docker env.The text was updated successfully, but these errors were encountered: