Opened 11 years ago
Closed 11 years ago
#806 closed defect (fixed)
on setup, kombu 3.0 conflicts with celery 3.0.24
Reported by: | criticalcat | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Aleksej | Parent Tickets: |
Description
Given fresh install on Trisquel 6.0 by following setup instructions here:
http://mediagoblin.readthedocs.org/en/v0.5.1/siteadmin/deploying.html
When running this command:
(sudo -u mediagoblin virtualenv --system-site-packages . virtualenv .) && sudo -u mediagoblin ./bin/python setup.py develop
Then this error occurs:
error: Installed distribution kombu 3.0.0 conflicts with requirement kombu>=2.5.15,<3.0
Full error log: http://pastie.org/8417541
setup.py: http://pastie.org/8417552
It appears that celery is the one with the <3.0 dependency:
./lib/python2.7/site-packages/celery-3.0.24-py2.7.egg/EGG-INFO/requires.txt:kombu>=2.5.15,<3.0
When I add a <3.0 to the setup.py kombu dependency on a fresh version before running the same command
modified setup.py: http://pastie.org/8417570
Then the command succeeds
result: http://pastie.org/8417569
Change History (3)
comment:1 by , 11 years ago
Priority: | major → blocker |
---|
comment:2 by , 11 years ago
Cc: | added |
---|
pythonsnake suggested blocker : )