Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Celery - No matching distribution found after pip update

I am unable to install celery/kombu. When installing, I get the following error.

ERROR: Could not find a version that satisfies the requirement kombu<6.0,>=5.2.3 (from celery) (from versions: none)
ERROR: No matching distribution found for kombu<6.0,>=5.2.3

I am using:

  • Python: 3.8
  • Pip: 23.0.1
like image 762
Sai Chander Avatar asked Sep 20 '25 08:09

Sai Chander


1 Answers

I also got the same error. I am using Python 3.7.9 The error got resolved as I upgraded the pip version and re-installed celery again.

like image 183
Utkarsh Maurya Avatar answered Sep 21 '25 20:09

Utkarsh Maurya