We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pytorch_lightning
(Quoted from Slicer/ExtensionsIndex#1973 (comment))
pytorch_lightning fails to import even after it's been installed, which prevents loading the PlaneCNN module.
PlaneCNN
cannot import name 'get_num_classes' from 'torchmetrics.utilities.data' (site-packages/torchmetrics/utilities/data.py)
I suggest revisiting the pinned versions in your slicer.util.pip_install calls, and possibly add a pinned installation for torchmetrics.
slicer.util.pip_install
torchmetrics
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Quoted from Slicer/ExtensionsIndex#1973 (comment))
pytorch_lightning
fails to import even after it's been installed, which prevents loading thePlaneCNN
module.I suggest revisiting the pinned versions in your
slicer.util.pip_install
calls, and possibly add a pinned installation fortorchmetrics
.The text was updated successfully, but these errors were encountered: