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

renderer schema error #491

Closed
satra opened this issue Jan 14, 2023 · 2 comments · Fixed by #492
Closed

renderer schema error #491

satra opened this issue Jan 14, 2023 · 2 comments · Fixed by #492

Comments

@satra
Copy link
Contributor

satra commented Jan 14, 2023

this command:

neurodocker generate docker --json --base-image debian:buster-slim --pkg-manager apt --install git

fails with a schema error:

jsonschema.exceptions.ValidationError: {'name': 'install', 'kwds': {'pkgs': "('git',)", 'opts': None}} is not valid under any of the given schemas

and that's because the pkgs schema is expecting a list and getting a string of tuple.

@kaczmarj
Copy link
Collaborator

kaczmarj commented Jan 14, 2023 via email

@satra
Copy link
Contributor Author

satra commented Jan 14, 2023

yup - that's the section i'm trying to figure out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants