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
recently,I've encountered an error:“ subprocess.CalledProcessError: Command '['hostname -I']' returned non-zero exit status 1 ”when executing main.py on Windows. I'm curious whether main.py is required to be run on Linux or if there's a way to resolve this issue on Windows.
The text was updated successfully, but these errors were encountered:
I solved the problem, first of all, my working conditions are windows system laptop, this should be the local can not be distributed training reasons, I put the following code to replace the following line.
recently,I've encountered an error:“ subprocess.CalledProcessError: Command '['hostname -I']' returned non-zero exit status 1 ”when executing main.py on Windows. I'm curious whether main.py is required to be run on Linux or if there's a way to resolve this issue on Windows.
The text was updated successfully, but these errors were encountered: