bug
I'm trying to get ROS Indigo running in the Bash On Windows environment. It installed successfully but when I try to launch the roscore process it just exits with the error message
[Errno 22] Invalid argument
when trying to execute netifaces.interfaces().
I can reproduce this error easily by just calling netifaces.interfaces() from an ipython shell.
It might be related to #468
My Inside Preview Build Number is 14352.rs1_release.160522-1930
Screenshot of the error: https://i.imgur.com/JeKUO5w.png
bug
I'm trying to get ROS Indigo running in the Bash On Windows environment. It installed successfully but when I try to launch the
roscoreprocess it just exits with the error messagewhen trying to execute
netifaces.interfaces().I can reproduce this error easily by just calling
netifaces.interfaces()from anipythonshell.It might be related to #468
My Inside Preview Build Number is 14352.rs1_release.160522-1930
Screenshot of the error: https://i.imgur.com/JeKUO5w.png