-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fit.summary() not working in jupyter notebooks #744
Comments
I wonder if this has something to do with one being run under ARM and one under x86 Did you install cmdstan with conda or with install_cmdstan? |
It was through conda - it's quite weird because, when I run the notebook, all the processes in the activity monitor are ARM. I tried to run install_cmdstan from a notebook and it fails, while it works fine through repl in the terminal. |
Are all the processes in ARM when run from the terminal as well? |
From what I can see yes - unless they're so quick that they won't show in the activity monitor |
From the jupyter notebook, can you try running the commands directly? Even just |
Hi Brian, This is the content of
|
Very odd that those files are now missing - it sounds similar to some sporadic issues we've heard with code signing: https://discourse.mc-stan.org/t/cmdstanpy-reduce-sum-doesnt-produce-executable/33637/14 This seems to be an OS issue for the newer macs where sometimes they think an executable is invalid and delete it. |
Thank you, I wasn't aware of this issue. When I get some time I'll see if other installation methods would fix this |
Summary:
fit.summary()
crashes when run in a jupyter notebook.Description:
fit.summary()
andfit.diagnose()
don't work when following the Hello World tutorial in a jupyter notebook.The tutorial works fine when run as a python file.
Additional Information:
Error
RuntimeError: Command ['/Users/ff/.cmdstan/cmdstan-2.34.1/bin/diagnose', '/var/folders/2r/tmwm99ns51qfspk50vj23snh0000gn/T/tmpvoigfpsl/bernoulliomselojt/bernoulli-20240408175756_1.csv', '/var/folders/2r/tmwm99ns51qfspk50vj23snh0000gn/T/tmpvoigfpsl/bernoulliomselojt/bernoulli-20240408175756_2.csv', '/var/folders/2r/tmwm99ns51qfspk50vj23snh0000gn/T/tmpvoigfpsl/bernoulliomselojt/bernoulli-20240408175756_3.csv', '/var/folders/2r/tmwm99ns51qfspk50vj23snh0000gn/T/tmpvoigfpsl/bernoulliomselojt/bernoulli-20240408175756_4.csv'] terminated by signal 6 Unknown error: -6
Current Version:
The text was updated successfully, but these errors were encountered: