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

Dependency issues prevent installation on Windows; consider splitting recipe into multiple outputs #79

Open
1 task done
DManowitz opened this issue Jul 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DManowitz
Copy link

DManowitz commented Jul 21, 2024

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Looking at the upstream repo, the only core dependency of the jsonargparse package is PyYAML>=3.13. Therefore, this should be the only dependency for this base package on conda-forge.

Currently, this conda-forge package requires many other dependencies, some of which (but not all) are optional extra dependencies of the upstream package. The particular dependency which caught my attention is the dependency on jsonnet, which cannot be installed on Windows.

If desired, the recipe can generate multiple outputs which correspond to the optional extra dependencies of this package, as with this recipe.

Installed packages

N/A

Environment info

N/A
@DManowitz DManowitz added the bug Something isn't working label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant