mdozmorov / genome_runner

Academic Free License v3.0
0 stars 3 forks source link

celeryconfig.py is not available for import #23

Closed mdozmorov closed 10 years ago

mdozmorov commented 10 years ago

Testing installation on fresh Ubuntu. Although celeryconfig.py is installed into /usr/local/lib/python2.7/dist-packages/Genome..., it is not available for import.

In python: import grsnp - works import grsnp.celeryconfig - doesn't work

As a result, genomerunner can't start

mdozmorov commented 10 years ago

Fixed by installing celery via pip in setup.sh script.