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
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