3

I upgraded my environment to python 3.8 and now my celery (tried v4.4.2 to 4.4.7) is not able to start with the following error:

ValueError: invalid width -2 (must be > 0)

Any ideas how I can solve this?

1 Answer 1

4

Finally I found a solution here! You need to set a new ENV variable:

COLUMNS=80

Hope this helps some other persons as well!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.