-
Notifications
You must be signed in to change notification settings - Fork 29
RecursionError when downloading datasets with python 3.12: set requirements accordingly? #67
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
Comments
|
So it really does seem that Python 3.12 is the issue, as noted in tensorflow/datasets#4666. |
Thanks for this. |
According to tensorflow/datasets#4666 (comment), this is now fixed in the latest version of If we can confirm that, we can close this issue. |
Gave it a go. New conda env, python 3.12, pip install |
Did some shenanigans - uninstalled |
Steps to reproduce on my own machine:
It works in colab (Python 3.10), but not on my machine in an env with python 3.12. When I create a conda env with 3.10 it works without issue.
When I create an env with 3.11, I get "no module named lxml" but that's a different issueedit: I was installing in my base environment, never mind this parttensorflow/datasets#4666 upstream issue, apparently.
The text was updated successfully, but these errors were encountered: