-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Ray does not work with most recent version of redis #3334
Comments
I can re-produce this. A temporary fix will be:
|
I removed the release-blocker tag since we have pinned Ray to version 2.10.6. We can investigate upgrading redis after the release. |
This issue has come up multiple times; should we pin? |
@richardliaw, we already have in #3333. I think the next step is to just fix the issue. |
I'll take a quick look at it now. |
Closed via #3379 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
ray.init()
Describe the problem
Multiple people have installed Modin and are receiving this error. modin-project/modin#259
redis.exceptions.DataError: Invalid input of type: 'NoneType'. Convert to a byte, string or number first.
I was able to reproduce by running
And then
Redis recently released. I believe we need to pin Ray to a specific version of the library dependencies for compatibility purposes.
The text was updated successfully, but these errors were encountered: