cmdstanpy icon indicating copy to clipboard operation
cmdstanpy copied to clipboard

Error during sampling

Open yingyuctw opened this issue 2 years ago • 13 comments

Summary:

Please provide a short couple sentence summary. I try to run cmdstanpy. But it keep showing error.

Description:

Describe the issue as clearly as possible. I am using pycharm to run the code. I check error code on stackflow. In docker, it is issue about c++. So, I try to update the c++ version. It does not work.

Additional Information:

Provide any additional information here. raise RuntimeError(msg) `RuntimeError: Error during sampling:

Command and output files: RunSet: chains=4, chain_ids=[1, 2, 3, 4], num_processes=4 cmd (chain 1): ['D:\xxx\Dropbox\Fall2022\dotstudy-master\data\dotstudy\lnrm2_v2.exe', 'id=1', 'random', 'seed=98393', 'data', 'file=C:\\Users\\xxx\\AppData\\Local\\Temp\\tmp36qi7n31\\_mweuysg.json', 'init=C:\\Users\\lalor\\AppData\\Local\\Temp\tmp36qi7n31\l4eb0hu8.json', 'output', 'file=C:\Users\lalor\AppData\Local\Temp\tmp36qi7n31\lnrm2_v2zw2ep36n\\lnrm2_v2-20230130162342_1.csv', 'method=sample', 'algorithm=hmc', 'adapt', 'engaged=1'] retcodes=[3221225781, 3221225781, 3221225781, 3221225781] per-chain output files (showing chain 1 only): csv_file: C:\Users\xxx\AppData\Local\Temp\tmp36qi7n31\lnrm2_v2zw2ep36n\lnrm2_v2-20230130162342_1.csv console_msgs (if any): C:\Users\xxx\AppData\Local\Temp\tmp36qi7n31\lnrm2_v2zw2ep36n\lnrm2_v2-20230130162342_0-stdout.txt Consider re-running with show_console=True if the above output is unclear!

Current Version:

Please include the output of import cmdstanpy; cmdstanpy.show_versions(), or at least the cmdstan and cmdstanpy versions used. 1.0.8

yingyuctw avatar Feb 03 '23 23:02 yingyuctw