#37442: py27-celery @3.0.12 DistributionNotFound error ----------------------+-------------------------------- Reporter: marcop@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: py-celery ----------------------+-------------------------------- I installed py27-celery @3.0.12. py27-amqp @1.2.0 is installed as a dependency. When I launch celery I get the error below. It seems that celery is looking for an older version of amqp. I installed a compatible version of amqp (1.0.2) but unfortunately I wasn't able to solve the problem. As an attachment I provide the celeryconfig.py I'm using. {{{ Traceback (most recent call last): File "/opt/local/bin/celeryd", line 5, in <module> from pkg_resources import load_entry_point File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/pkg_resources.py", line 2811, in <module> parse_requirements(__requires__), Environment() File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/pkg_resources.py", line 588, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: amqp>=1.0.5,<1.1.0 }}} Thank you for support and suggestions. Marco -- Ticket URL: <https://trac.macports.org/ticket/37442> MacPorts <http://www.macports.org/> Ports system for Mac OS