Infinite recursion on conda dependency manager
Hi there I've got a package in our lab conda channel (its still in testing phase) called goget. This is specified as a requirement for the build_ctb_gene tool like this: <requirements> <requirement type="package" version="0.0.1">goget</requirement> </requirements> When the tool runs, I see infinite recursion on the conda side: https://gist.github.com/pvanheus/c16a07a2c954741a311881cc7606df8d Any ideas? Thanks, Peter
Hi Peter, please install conda in version 3.19.3. Conda-4 has a bug when using with --offline and --local. conda install conda=3.19.3 should work. https://github.com/galaxyproject/tools-iuc/blob/master/.travis.yml#L15 Thanks, Bjoern Am 15.06.2016 um 00:44 schrieb Peter van Heusden:
Hi there
I've got a package in our lab conda channel (its still in testing phase) called goget. This is specified as a requirement for the build_ctb_gene tool like this:
<requirements> <requirement type="package" version="0.0.1">goget</requirement> </requirements>
When the tool runs, I see infinite recursion on the conda side:
https://gist.github.com/pvanheus/c16a07a2c954741a311881cc7606df8d
Any ideas?
Thanks, Peter
___________________________________________________________ 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: https://lists.galaxyproject.org/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
participants (2)
-
Björn Grüning
-
Peter van Heusden