-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Datasets] Can't import read_tfrecords
#29201
Comments
Hey @AmirBFar, thanks for opening an issue! Could you tell us what version of Ray you're using? Also, could you share the full traceback? |
read_tfrecords
Hey @bveeramani . I am using 3.0.0.dev0. The full traceback is ImportError: cannot import name 'read_tfrecords' from 'ray.data' (/usr/local/share/sciencebox/venv/lib/python3.9/site-packages/ray/data/init.py)` I can definitely see |
Hmm...weird. Could you run this code snippet and let me know what you get?
|
|
I am trying to install the September commit with
and I get
Any idea why is this happening? |
Hmm...not sure. Maybe our documentation is out of date? Your install command looks okay to me. I'm out of the office right now, but I can look into it when I get back next week. In the mean time, is there any reason why you can't install the latest nightly?
|
@AmirBFar figured it out. e84f9a4 is a commit to What you probably want is ad15947:
|
I think this is resolved? Feel free to re-open if there's more. |
Hi, I have been getting
ImportError: cannot import name 'read_tfrecords' from 'ray.data' (.../venv/lib/python3.9/site-packages/ray/data/__init__.py)
when importingread_tfrecords
. Any idea why is this happening?The text was updated successfully, but these errors were encountered: