Stefan He
Stefan He
I noticed a similar issue: https://github.com/ray-project/ray/issues/31261, but we are not building ray from source.
@alanwguo Here is the logs, thanks! ```bash jobuser [ /tmp/ray/session_latest/logs ]$ cat gcs_server.err jobuser [ /tmp/ray/session_latest/logs ]$ cat gcs_server.out [2024-04-29 21:39:47,762 I 57 57] (gcs_server) io_service_pool.cc:35: IOServicePool is running with...
@hongchaodeng Hi Hongchao, thanks for reply, here are the logs: ```bash jobuser [ /tmp/ray/session_latest/logs ]$ for f in *.{log,err,out}; do echo "********************** $f: *********************"; cat "$f"; echo; done ********************** dashboard.log:...
OK, I tried uninstall `aiohttp` and reinstall 3.8, it still fail: ```bash 40 pip uninstall aiohttp 41 pip install aiohttp==3.8 42 ray start --head --metrics-export-port=8080 --block --dashboard-agent-listen-port=52365 --dashboard-host=0.0.0.0 --disable-usage-stats --verbose...
We uninstalled many internal packages and the image is working now, though we still don't know the root case, it's not blocking us anymore. @hongchaodeng thanks for help, we can...
I have the same issue with following version: ``` Name: langchain Version: 0.0.81 Summary: Building applications with LLMs through composability Home-page: https://www.github.com/hwchase17/langchain Author: Author-email: License: MIT Location: /Users/bhe/opt/anaconda3/envs/gpt-index-2/lib/python3.8/site-packages Requires: aiohttp,...