我正在尝试使用pip安装Celery,但是它给我带来了以下错误。我尝试安装其他一些软件包但导致了与下面提到的相同的错误。
> pip install Celery
Error:
Collecting Celery
Could not find a version that satisfies the requirement Celery (from versions:
)
No matching distribution found for Celery.
我在 oracle虚拟盒5.2.2 和 python 2.7.14
上使用 ubuntu 16.04