Hi, sorry for the installation-related question, but I was hoping someone might know a quick fix. While installing Galaxy on my local machine (with Python 2.7.3), I am getting the following error upon commanding sh run.sh
:
Initializing tool-data/srma_index.loc from srma_index.loc.sample
Initializing tool-data/twobit.loc from twobit.loc.sample
Initializing static/welcome.html from welcome.html.sample
Traceback (most recent call last):
File "./scripts/check_eggs.py", line 32, in <module>
from galaxy.eggs import Crate
ImportError: No module named eggs
Some eggs are out of date, attempting to fetch...
Traceback (most recent call last):
File "./scripts/fetch_eggs.py", line 28, in <module>
from galaxy.eggs import Crate, EggNotFetchable
ImportError: No module named eggs
Fetch failed.
Has anyone encountered this before?
You'll need to install the chicken module; unfortunately, that one has a dependency on eggs, so it's hard to know what to suggest.
well done, for a second there I mused on the potential complexities of circular imports