-
Notifications
You must be signed in to change notification settings - Fork 322
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
Cannot import name 'SklearnDataModule' from 'pl_bolts.datamodules' #379
Comments
@pavopax Thank you for reporting the issue! The latest version of Bolts should now work, so could you upgrade it and retry? |
Thanks. I installed this in my env but still get the error:
Installation:
|
I tried a fresh install into another virtual env, and still fails:
Here,
|
@pavopax Thanks again for the detailed report. Let me dig into it... |
@pavopax Would you mind installing |
Thanks, yes it works now. I upgraded package to the GitHub version and also installed scikit-learn, and issue is resolved. Please close as you see fit. Cheers 💯 |
@pavopax :]
Actually, you don't need either of them... You only need |
🐛 Bug
I cannot import a key module, even after a fresh install.
To Reproduce
Steps to reproduce the behavior:
Install package to fresh virtualenv and try import. Import fails. See code below.
This is on macOS Catalina Terminal with python 3.8.5
Code sample
Error 1: This fails with:
So I install
torchvision
(is it strictly necessary just for the SklearnModule?)Error 2: This fails with:
Expected behavior
Import loads with no error
Environment
Additional context
The text was updated successfully, but these errors were encountered: