cenkalti / kuyruk

⚙️ Simple task queue for Python
https://kuyruk.readthedocs.org/
MIT License
234 stars 17 forks source link

Core dumped #72

Closed nathan30 closed 3 years ago

nathan30 commented 4 years ago

Hi,

Some users of my project (https://github.com/edissyum/opencaptureforinvoices/) have the following error while runing kuyruk :+1:

opt/OpenCaptureForInvoices/bin/scripts/service_workerOC.sh : ligne 24 : 23377 Instruction non permise (core dumped) /usr/local/bin/kuyruk --app bin.src.main.OCforInvoices_worker worker --queue invoices

This error happen just by starting the worker.. Any ideas ?

Thanks in advance

cenkalti commented 4 years ago

It may happen if you have upgraded Python after installing dependencies. Try to create a new Python environment and install requirements from scratch.