Hi there, 
I am trying to install Galaxy locally on my Mac OSX 10.9, python 2.7. 
Nonetheless, when I run it, it says that some eggs are out of date. I have fetched them, but the following message appears:


Mac-Pro-Cesar-Rodriguez:scripts Rodriguez$ python fetch_eggs.py

Warning: MarkupSafe (a dependent egg of Mako) cannot be fetched

Warning: pycrypto (a dependent egg of Fabric) cannot be fetched

Fetched http://eggs.galaxyproject.org/paramiko/paramiko-1.11.1-py2.7.egg

One of Galaxy's managed eggs depends on something which is missing, this is almost certainly a bug in the egg distribution.

Dependency "paramiko" requires "pycrypto>=2.1,!=2.4"

Traceback (most recent call last):

  File "fetch_eggs.py", line 37, in <module>

    c.resolve() # Only fetch eggs required by the config

  File "/Users/Rodriguez/galaxy-dist/lib/galaxy/eggs/__init__.py", line 345, in resolve

    egg.resolve()

  File "/Users/Rodriguez/galaxy-dist/lib/galaxy/eggs/__init__.py", line 168, in resolve

    dists = pkg_resources.working_set.resolve( ( self.distribution.as_requirement(), ), env, self.fetch )

  File "/Users/Rodriguez/galaxy-dist/lib/pkg_resources.py", line 569, in resolve

    raise VersionConflict(dist,req) # XXX put more info here

pkg_resources.VersionConflict: (paramiko 1.11.1 (/Users/Rodriguez/galaxy-dist/eggs/paramiko-1.11.1-py2.7.egg), Requirement.parse('pycrypto>=2.1,!=2.4’))


What should I do to fix this?

Thank you so much for your help.

Cesar