-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
install_cmdstan fails #947
Comments
@rok-cesnovar or @wds15 or @SteveBronder - CmdStan's |
I'm not sure if this is a gcc issue? It happens if I try to make the build on my own:
I found a workaround here: https://discourse.mc-stan.org/t/error-installing-cmdstan/19216/4 But I'm still confused how this differs among systems. I've now tried it on three near-identical systems: two running Linux Mint 20 and one running Linux Mint 19. On all systems I followed the same work flow: conda remove pystan This worked on one system (one of the LM20), but not the other two. And it happens if I try to build manually as well. The only solution is to set make/local Note that on both the LM20 systems, I get
but
Like conda is using a different GCC version than the system one. But I'm not sure that's the issue since it worked on one machine and not the other. |
Can you try building the version on develop? We had a patch for this for after the 2.25 release candidate. Maybe that didn't get into the 2.25.0 release somehow? |
Well here's the weird part. cmdstan installed fine on my LM20 laptop, and gave me problems on the LM20 desktop and LM19 server. I cleared pystan, updated conda, and updated all my packages on the LM20 desktop, gave a reboot, and it worked fine! No idea what changed. I tried the same on the LM19 server, and still got the error. Error was resolved by Since that appears to have worked, I'm going with this. No idea what little difference exists among the systems to cause this error. |
I'm having another issue and I don't know if this is the appropriate place to ask, or if I should start a new topic. Once cmdstan is installed, everything works fine locally. However, I do all my work on remote shared folders (I have an NAS in my lab that hosts my data and scripts). I mount the directories locally on my machines, but I'm having issues: If I mount the directory manually:
I don't know why using sudo mount is different permissions than /etc/fstab, but I suspect that's the problem. |
this is a different issue, but it's not clear whether it's a CmdStan or CmdStanPy issue. have you tried to running CmdStan directly? assuming you've got the input data somewhere, the call to the sampler would be something like:
(note, yes, I cut down iters from 10000 to 100) |
It's not a cmdstan issue, it's an fstab issue. I had to add the option
'exec' to all my fstab mounts to allow the executions of binaries. Sorry
for this, I'm switching from pystan, and cmdstan[py] operate sufficiently
differently to cause a bunch of issues to pop up. Should be all set now.
…On Wed, Nov 11, 2020 at 1:53 PM Mitzi Morris ***@***.***> wrote:
I'm having another issue and I don't know if this is the appropriate place
to ask, or if I should start a new topic. Once cmdstan is installed,
everything works fine locally. However, I do all my work on remote shared
folders (I have an NAS in my lab that hosts my data and scripts). I mount
the directories locally on my machines, but I'm having issues
this is a different issue, but it's not clear whether it's a CmdStan or
CmdStanPy issue.
have you tried to running CmdStan directly? assuming you've got the input
data somewhere, the call to the sampler would be something like:
> /home/nate/Documents/research-share/2020_herbiv_tolerance/scripts/A_gs_model id=1 random seed=56477 \
data file=szdt_cu_.json output file=A_gs_model-1.csv method=sample num_samples=10000 num_warmup=10000
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#947 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHQESQ3GO4TGU2AKLHL4MTSPLTUTANCNFSM4TSHDHGA>
.
|
Great! Feel free to close this then! |
Summary:
Hi, I just downloaded cmdstanpy and am trying to install cmdstan but it fails.
I don't know what this error means. I have two similar machines with the same set up, and cmdstan installed on one but not the other. I'm not sure where to start with this.
The text was updated successfully, but these errors were encountered: