Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda dependency seemingly installed but failed to build job environment #51

Open
nirshahaf opened this issue Nov 18, 2018 · 3 comments
Assignees
Labels

Comments

@nirshahaf
Copy link

Hello. Did anybody get this error:
Conda dependency seemingly installed but failed to build job environment.
??

From general Galaxy bug reports it seems to be related to the default behaviour of Conda with job environments which are taking long time to build (which might be the case here). However it's only a guess. Here it is in more detail:

Traceback (most recent call last):
File "/galaxy-central/lib/galaxy/jobs/runners/init.py", line 170, in prepare_job
job_wrapper.prepare()
File "/galaxy-central/lib/galaxy/jobs/init.py", line 971, in prepare
self.dependency_shell_commands = self.tool.build_dependency_shell_commands(job_directory=self.working_directory)
File "/galaxy-central/lib/galaxy/tools/init.py", line 1415, in build_dependency_shell_commands
tool_instance=self
File "/galaxy-central/lib/galaxy/tools/deps/init.py", line 112, in dependency_shell_commands
return [dependency.shell_commands(requirement) for requirement, dependency in requirement_to_dependency.items()]
File "/galaxy-central/lib/galaxy/tools/deps/resolvers/conda.py", line 392, in shell_commands
self.build_environment()
File "/galaxy-central/lib/galaxy/tools/deps/resolvers/conda.py", line 387, in build_environment
raise DependencyException("Conda dependency seemingly installed but failed to build job environment.")
DependencyException: Conda dependency seemingly installed but failed to build job environment.

@pkrog
Copy link
Member

pkrog commented Nov 19, 2018

Hi @nirshahaf , I don't know about this error, and to be frank I do not understand what is going on. However I have been warned of an issue with one of the dependencies of the tool, that does not install correctly (or not at all) with conda. I'm currently working on an upgrade of the tool, and hope it will solve issues.

@fgiacomoni , could you please look at PeakForest server API (i.e.: why it is not responding)? I need it in order to finalise my tests and submit a new version of the lcmsmatching tool.

@nirshahaf
Copy link
Author

Hi @pkrog I see discussions which seem to be related to the same problem, see:

galaxyproject/galaxy#3078
galaxyproject/galaxy#3106

@fgiacomoni
Copy link
Member

Hi @pkrog - Peakforest ws are now fixed (Thanks @npaulhe). But carefully using this beta resource. Metabohub executive board doesn't valid data. So, we will add a supplementary authentication system based on ldap (should be temp.)

@pkrog pkrog self-assigned this Jan 8, 2019
@pkrog pkrog added the bug label Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants