You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I still have a question:
When I run python data_collect.py --num-runners=8 in terminal, it gives me this error:
(pid=raylet) File "/home/jianli/anaconda3/envs/LAV-env2/lib/python3.7/socket.py", line 752, in getaddrinfo
(pid=raylet) for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
(pid=raylet) socket.gaierror: [Errno -2] Name or service not known
Have anyone met this problem before? Is there anything I could do to solve this problem? Thank you in advance!
The text was updated successfully, but these errors were encountered:
I am currently exploring the data-collect branch of the LAV repository and have been following the installation instructions outlined in the INSTALL.md file. However, I've noticed that some of the file paths and directories mentioned in the document do not seem to exist in this particular branch.
Specifically, the document refers to certain environment variables and their corresponding paths, but I am unable to locate these paths in the data-collect branch. This has led to some confusion and difficulty in setting up the environment as per the instructions.
Could you please clarify if the INSTALL.md file is up-to-date and accurate for the data-collect branch? If not, could you provide updated instructions or point me to where I can find the correct information?
Thanks for your great work! It helped me a lot!
But I still have a question:
When I run
python data_collect.py --num-runners=8
in terminal, it gives me this error:Have anyone met this problem before? Is there anything I could do to solve this problem? Thank you in advance!
The text was updated successfully, but these errors were encountered: