"fetch failed" error during first execution of run.sh
Hello, I downloaded galaxy-central with the command "hg clone https://bitbucket.org/galaxy/galaxy-central". Then I changed directory to "cd galaxy-central/" and typed "sh run.sh". I got the following output: ..... Fetched http://eggs.g2.bx.psu.edu/PasteDeploy/PasteDeploy-1.3.3-py2.6.egg Fetched http://eggs.g2.bx.psu.edu/WebHelpers/WebHelpers-0.2-py2.6.egg Fetched http://eggs.g2.bx.psu.edu/docutils/docutils-0.7-py2.6.egg Traceback (most recent call last): File "./scripts/fetch_eggs.py", line 30, in <module> c.resolve() # Only fetch eggs required by the config File "/usr/local/galaxy-central/lib/galaxy/eggs/__init__.py", line 345, in res olve egg.resolve() File "/usr/local/galaxy-central/lib/galaxy/eggs/__init__.py", line 195, in res olve return self.version_conflict( e.args[0], e.args[1] ) File "/usr/local/galaxy-central/lib/galaxy/eggs/__init__.py", line 226, in ver sion_conflict r = pkg_resources.working_set.resolve( ( dist.as_requirement(), ), env, egg. fetch ) File "/usr/local/galaxy-central/lib/pkg_resources.py", line 565, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: numpy==1.3.0 Fetch failed. (2812) sirius-pipas:/usr/local/galaxy-central $ What do I try now? I'm working in a Cygwin environment and my python version is 2.6.5. Thank you, Paul U. of Pitt
Hello Paul, Galaxy is not supported on Windows - not even using Cygwin environments. Galaxy is supported on posix environments where you should have no problems getting it up and running. Greg Von Kuster On Apr 11, 2011, at 2:07 PM, Paul Cantalupo wrote:
Hello,
I downloaded galaxy-central with the command "hg clone https://bitbucket.org/galaxy/galaxy-central". Then I changed directory to "cd galaxy-central/" and typed "sh run.sh". I got the following output:
..... Fetched http://eggs.g2.bx.psu.edu/PasteDeploy/PasteDeploy-1.3.3-py2.6.egg Fetched http://eggs.g2.bx.psu.edu/WebHelpers/WebHelpers-0.2-py2.6.egg Fetched http://eggs.g2.bx.psu.edu/docutils/docutils-0.7-py2.6.egg Traceback (most recent call last): File "./scripts/fetch_eggs.py", line 30, in <module> c.resolve() # Only fetch eggs required by the config File "/usr/local/galaxy-central/lib/galaxy/eggs/__init__.py", line 345, in res olve egg.resolve() File "/usr/local/galaxy-central/lib/galaxy/eggs/__init__.py", line 195, in res olve return self.version_conflict( e.args[0], e.args[1] ) File "/usr/local/galaxy-central/lib/galaxy/eggs/__init__.py", line 226, in ver sion_conflict r = pkg_resources.working_set.resolve( ( dist.as_requirement(), ), env, egg. fetch ) File "/usr/local/galaxy-central/lib/pkg_resources.py", line 565, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: numpy==1.3.0 Fetch failed. (2812) sirius-pipas:/usr/local/galaxy-central $
What do I try now? I'm working in a Cygwin environment and my python version is 2.6.5.
Thank you,
Paul
U. of Pitt ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
Greg Von Kuster Galaxy Development Team greg@bx.psu.edu
participants (2)
-
Greg Von Kuster
-
Paul Cantalupo