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
I tried to install matlabstan following the instructions on wiki to my windows system(cmdstan 2.31.0 from cmdstanr, MatlabProcessManager and matlabstan from your project). I also modified the code StanModel.m to make it work on windows
But I still got error message when trying to run example file rat.m
The error messages are as follows:
Error using StanModel/compile (line 906)
compile: 'cut' is not an internal or external command, nor a runnable program
compile: or batch file
compile: 'cut' is not an internal or external command, nor a runnable program
compile: or batch file
compile: INFO: The file could not be found in the mode provided.
compile: process_begin: CreateProcess(NULL, expr >= 8, ...) failed.
compile: mingw32-make: *** No rule to make target 'E:/MATLAB'。 Stop。
Error in StanModel/sampling (line 736)
self.compile();
Error in stan (line 138)
fit = model.sampling(p.Unmatched);
Error in rats (line 20)
fit = stan('file','rats.stan','data',rats_dat,'verbose',true);
Could you please help me to resolve this problem?
Best,
Amos
The text was updated successfully, but these errors were encountered:
Hi brian:
I tried to install matlabstan following the instructions on wiki to my windows system(cmdstan 2.31.0 from cmdstanr, MatlabProcessManager and matlabstan from your project). I also modified the code StanModel.m to make it work on windows
But I still got error message when trying to run example file rat.m
The error messages are as follows:
Error using StanModel/compile (line 906)
compile: 'cut' is not an internal or external command, nor a runnable program
compile: or batch file
compile: 'cut' is not an internal or external command, nor a runnable program
compile: or batch file
compile: INFO: The file could not be found in the mode provided.
compile: process_begin: CreateProcess(NULL, expr >= 8, ...) failed.
compile: mingw32-make: *** No rule to make target 'E:/MATLAB'。 Stop。
Error in StanModel/sampling (line 736)
self.compile();
Error in stan (line 138)
fit = model.sampling(p.Unmatched);
Error in rats (line 20)
fit = stan('file','rats.stan','data',rats_dat,'verbose',true);
Could you please help me to resolve this problem?
Best,
Amos
The text was updated successfully, but these errors were encountered: