Problem with Mako and Beaker egg...
Hi, I'm trying to install Galaxy in a production environment. Since I set Postgres DataBase, I've got this warning when I launch any tool: /WARNING:galaxy.eggs:Warning: Beaker (a dependant egg of Mako) cannot be fetched/ And this warning is print in STDERR... so the tool failed... I don't know why it can't fetch Beaker egg... I aldready try to remove : - $GALAXY_ROOT/eggs/Beaker-1.4-py2.5.egg - $GALAXY_ROOT/eggs/Mako-0.2.5-py2.4.egg - $GALAXY_ROOT/eggs/Mako-0.2.5-py2.5.egg but I've got still the problem. I'm open to any solution !! Many thanks for your help, Marc
Marc Bras wrote:
Hi,
I'm trying to install Galaxy in a production environment. Since I set Postgres DataBase, I've got this warning when I launch any tool:
/WARNING:galaxy.eggs:Warning: Beaker (a dependant egg of Mako) cannot be fetched/
And this warning is print in STDERR... so the tool failed...
I don't know why it can't fetch Beaker egg... I aldready try to remove : - $GALAXY_ROOT/eggs/Beaker-1.4-py2.5.egg - $GALAXY_ROOT/eggs/Mako-0.2.5-py2.4.egg - $GALAXY_ROOT/eggs/Mako-0.2.5-py2.5.egg but I've got still the problem.
I'm open to any solution !!
Hi Marc, Could you try: $ python -ES ./scripts/fetch_eggs.py And see if this downloads any eggs. The egg code has a bug I haven't yet fixed that can cause dependent modules installed in Python somewhere outside of Galaxy to conflict with the eggs controlled by Galaxy. --nate
Many thanks for your help,
Marc
_______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev
participants (2)
-
Marc Bras
-
Nate Coraor