Error in Installing and running the Stan

Hi everyone,

I have installed MatlabStan, however I have got the following error when I tried to run “eight school” example. I would be thankful, if anyone could help me to fix that.

Thanks in advance,
Saideh

ERROR:

java.io.IOException: Cannot run program “make” (in directory “E:\Software\MatlabStan\cmdstan-2.26.1\cmdstan-2.26.1”):
CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)

at java.lang.Runtime.exec(Runtime.java:620)

at java.lang.Runtime.exec(Runtime.java:450)

Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessImpl.create(Native Method)

at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)

at java.lang.ProcessImpl.start(ProcessImpl.java:137)

at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)

... 2 more

Error in processManager/set.command (line 216)
self.start();

Error in processManager (line 181)
self.command = p.Results.command;

Error in StanModel/compile (line 897)
p = processManager(‘id’,‘compile’,…

I don’t think that Matlab Stan is actively maintained.
there are interfaces for Julia, R, and Python - for the latter two, CmdStanR and CmdStanPy provide access to the latest CmdStan release.