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

install fails on lockfile>=0.9 not found #5

Closed DataMarket closed 13 years ago

DataMarket commented 14 years ago

On a git clone, running python setup.py develop or python setup.py install fails with this:

Reading http://code.google.com/p/pylockfile/
No local packages or download links found for lockfile>=0.9
error: Could not find suitable distribution for Requirement.parse('lockfile>=0.9')
Kami commented 14 years ago

Here is the link to the lockfile library which you can use to install it manually, before installing the celerymon (at least that is what I did about a month ago).

I guess that this will be fixed in the future, but currently as far as I know, celerymon is still considered very experimental and the author even removed it from the pypi.

ask commented 14 years ago

hmm. what is the traceback?

celerymon is experimental indeed, but it's going to get some lovin' soon.

lukaszb commented 14 years ago

Well, lockfile 0.9 is required by python-daemon but only 0.8 is available at pypi. That's why setuptools complain during celerymon installation.

Installing lockfile 0.9 and celerymon by hand is required currently.

ask commented 13 years ago

celerymon no longer depends on python-daemon!