Open alefbetac opened 14 hours ago
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 pip list
)
0.8.0
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.