Hi,
I'm pretty new to Galaxy, at least to this side.
I'm sorry to bother you with my issue, that, I read, was quite
extensively discussed previously, but even if I think to have
followed
correctly the instruction and further suggestions, I'm still not
able to overcome the problem.
I'm trying to install a local instance of Galaxy on my MAC (OS
X10.6.8)
My Python version is 2.6.1 and I just installed Mercurial 2.0.2 for
MacOS X 10.6.
FYI
$ python --version
Python 2.6.1
$ echo $PATH
/Users/myName/System/Library/Frameworks/Python.framework/Versions/2.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
When I try to run the run.sh I get the error attached below.
Can you envisage a possible reason why I'm getting this error?
Sorry for the naive admission, but from the error message
I'm not even capable to understand which are the "missing eggs"...
If I'd have ignored a previous post with the solution, I apologize
in advance.
Thank you a lot for your attention.
Lu
------------------
$ sh run.sh
Some eggs are out of
date, attempting to fetch...
Traceback (most recent call last):
File "./scripts/fetch_eggs.py", line 30, in <module>
c.resolve() # Only fetch eggs required by the config
File
"/Users/myName/My_programs/Galaxy/galaxy-dist/lib/galaxy/eggs/__init__.py",
line 345, in resolve
egg.resolve()
File
"/Users/myName/My_programs/Galaxy/galaxy-dist/lib/galaxy/eggs/__init__.py",
line 195, in resolve
return self.version_conflict( e.args[0], e.args[1] )
File
"/Users/myName/My_programs/Galaxy/galaxy-dist/lib/galaxy/eggs/__init__.py",
line 226, in version_conflict
r = pkg_resources.working_set.resolve( (
dist.as_requirement(), ), env, egg.fetch )
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py",
line 518, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: numpy==1.6.0
Fetch failed.