-
Notifications
You must be signed in to change notification settings - Fork 53
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
module 'ydf' has no attribute 'RandomForestLearner' #148
Comments
That is unusual. Could it be that you're running on some system we're not supporting and the ydf version you have is 0.0.0 ? |
Ah I see now that the supported python versions are Python 3.8, 3.9, 3.11 and 3.12 And I am on Python 3.10.13, could it be that? |
No, 3.10 is supported (that's a documentation error). Are you running Windows, MacOs or Linux? |
MacOs M2 (Arm) |
Can you also tell me the ydf version (available via |
0.8.0 |
PiperOrigin-RevId: 697569851
I couldn't find a way to reproduce this on a similar machine. Best advice I can give, right now, is probably to retry everything in a fresh virtual environment. |
I'm just going through the tutorial and this is not working for me:
pip install ydf -U
I get error:
Sorry if I am missing something obvious here.
The text was updated successfully, but these errors were encountered: