It isn’t running on windows. It is asking you to tell it that it is running on unix so you need to do that.
In other words, because you aren’t configuring things correctly when kicking off the program, it is defaulting to windows just as it says in your image. Because it defaults to that it runs line 63 which is for Windows. You want it to run the unix line. It provides a way to specify that or you can hard code it. There’s an example on mac in the test notebook. That shows you one way to set the operating system to unix. Does that part of that notebook work?
1 Like