Installing Galaxy on Mac OS X 10.7: pyglet issue
Hi folks, I'm trying to install Galaxy locally on my Mac running OS X 10.7 and Python 2.7.3. After cloning the repository and running sh run.sh the first time, the following error occurs: [Fetches series of eggs…] Fetch successful. Traceback (most recent call last): File "./scripts/paster.py", line 34, in <module> command.run() File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/command.py", line 73, in run commands = get_commands() File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/command.py", line 115, in get_commands plugins = pluginlib.resolve_plugins(plugins) File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/pluginlib.py", line 81, in resolve_plugins pkg_resources.require(plugin) File "/Users/username/Downloads/galaxy-dist/lib/galaxy/eggs/__init__.py", line 413, in require return pkg_resources.working_set.require( req_str ) File "/Users/username/Downloads/galaxy-dist/lib/pkg_resources.py", line 666, in require needed = self.resolve(parse_requirements(requirements)) File "/Users/username/Downloads/galaxy-dist/lib/pkg_resources.py", line 565, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: Not Found: pyglet-1.1.4-py2.6 (did you run python setup.py develop?) I have downloaded and installed pyglet for both Python 2.7 and 2.6 (both versions are on my system, but 2.7 is default), and the error still persists. Any ideas what's going on here? Thanks!
On May 6, 2012, at 5:11 AM, Arnav Moudgil wrote:
Hi folks,
I'm trying to install Galaxy locally on my Mac running OS X 10.7 and Python 2.7.3. After cloning the repository and running sh run.sh the first time, the following error occurs:
[Fetches series of eggs…] Fetch successful. Traceback (most recent call last): File "./scripts/paster.py", line 34, in <module> command.run() File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/command.py", line 73, in run commands = get_commands() File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/command.py", line 115, in get_commands plugins = pluginlib.resolve_plugins(plugins) File "/Users/username/Downloads/galaxy-dist/eggs/PasteScript-1.7.3-py2.7.egg/paste/script/pluginlib.py", line 81, in resolve_plugins pkg_resources.require(plugin) File "/Users/username/Downloads/galaxy-dist/lib/galaxy/eggs/__init__.py", line 413, in require return pkg_resources.working_set.require( req_str ) File "/Users/username/Downloads/galaxy-dist/lib/pkg_resources.py", line 666, in require needed = self.resolve(parse_requirements(requirements)) File "/Users/username/Downloads/galaxy-dist/lib/pkg_resources.py", line 565, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: Not Found: pyglet-1.1.4-py2.6 (did you run python setup.py develop?)
I have downloaded and installed pyglet for both Python 2.7 and 2.6 (both versions are on my system, but 2.7 is default), and the error still persists. Any ideas what's going on here?
Hi Arnav, pyglet is not a Galaxy dependency, so I have no idea where that is coming from, but I suspect it has something to do with your python environment. Could you set up a virtualenv as described here: http://usegalaxy.org/production And see if that makes a difference? --nate
Thanks!
___________________________________________________________ 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:
participants (2)
-
Arnav Moudgil
-
Nate Coraor