Hi Cesar,

The easiest way to avoid module version conflicts is to use virtualenv to
set up a self-contained environment:


http://wiki.galaxyproject.org/Admin/Config/Performance/ProductionServer#Use_a_clean_environment

--nate


On Tue, Nov 19, 2013 at 4:02 PM, Cesar Rodriguez <
cesar.rodriguezsanc...@ucr.ac.cr> wrote:

> 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
>
> ___________________________________________________________
> 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:
>   http://lists.bx.psu.edu/
>
> To search Galaxy mailing lists use the unified search at:
>   http://galaxyproject.org/search/mailinglists/
>
___________________________________________________________
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:
  http://lists.bx.psu.edu/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Reply via email to