Hi! I’m running into a weird situation where the Cluster info page is completely empty.
I’ve already checked the network info, it seems like the request is successfully returned. And I’ve already reinstalled the whole environment but the issue still exists.
I’m using Python 3.10.13 with Ray 2.8.1. Due to the need of using RLlib’s algorithm, I’m not able to upgrade further.
RLLib ins in the newer versions of Ray; can you speak to exactly what is missing for you?
Thank you for the reply, I’ll explain in a moment. But first, let me mark the solution I’ve found.
It seems like the cause is the newer version of some “google-api”. Downgrade the following libraries can fix the problem.
google-api-core==2.17.1
google-auth==2.28.1
google-auth-oauthlib==1.2.0
google-pasta==0.2.0
googleapis-common-protos==1.62.0
And the reason why I’m not upgrading to newer version of Ray is simply because I found the rllib_contrib
library is not straightforward enough to use. Some of the algorithms I wanted to use, e.g. A3C, can be used simply passing the name in Ray 2.8.1 but not in the version newer than 2.9.0