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

python3Packages.torchmetrics: tests.check fails due to duplicate packages #263144

Closed
ConnorBaker opened this issue Oct 24, 2023 · 0 comments · Fixed by #263048
Closed

python3Packages.torchmetrics: tests.check fails due to duplicate packages #263144

ConnorBaker opened this issue Oct 24, 2023 · 0 comments · Fixed by #263048
Labels

Comments

@ConnorBaker
Copy link
Contributor

passthru.tests is broken due to duplicate packages in the closure: I suspect this is because pytorch-lightning depends on torchmetrics and is provided the exposed copy of torchmetrics, not the one from passthru.tests with doCheck = true. I think that's what results in there being two copies of torchmetrics in the closure when try to test. I believe that should be handled in a followup PR.

Originally posted by @ConnorBaker in #262759 (comment)

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

Successfully merging a pull request may close this issue.

1 participant