auvipy / celery-flower

Under heavy development now: Real time Celery monitoring with ASGI 3.0 +
BSD 3-Clause "New" or "Revised" License
176 stars 36 forks source link

celerymon: no distributions found for tornado #2

Closed evanbeard closed 13 years ago

evanbeard commented 14 years ago

I was able to fix this by manually install tornado but just wanted to report it. Looks like the tornado requirement isn't in pypi and causes "pip install celerymon" to fail as seen below:

sudo pip install celerymon Requirement already satisfied (use --upgrade to upgrade): celerymon in /usr/local/lib/python2.6/dist-packages/celerymon-0.1.0-py2.6.egg

Requirement already satisfied (use --upgrade to upgrade): celery in /usr/local/lib/python2.6/dist-packages (from celerymon) Downloading/unpacking tornado (from celerymon) Could not find any downloads that satisfy the requirement tornado (from celerymon) No distributions at all found for tornado (from celerymon) Storing complete log in ./pip-log.txt

ask commented 13 years ago

Tornado is now available at PyPI so this issue is no longer relevant :)