Mitzi Morris

Results 180 comments of Mitzi Morris

great - this guy is asking the same question as I have - tldr: the answer seems to be "not possible" - https://github.com/readthedocs/readthedocs.org/issues/4529 > When I locally build the documentation,...

if we can set the default version through the api, that would be nice, as readthedocs and github pages would match. what would be ideal would be a release script...

just created issue #295 for release - @ahartikainen and @serban-nicusor-toptal let me know what you need - I can send PyPi info

https://github.com/stan-dev/cmdstanpy/issues/282

reopening this because I'm getting similar errors w/r/t `std::max` when trying to compile models on MacOS Catalina (!) Intel hardware. I've got a fresh install of miniconda3; and I created...

the versions of clang are the same, but maybe the conda-forge download doesn't have all of the SDK necessary? conda env: ``` (stan-2.29) ~/.conda/envs/stan-2.29/bin/cmdstan> clang --version clang version 12.0.0 Target:...

is this a clue as to what's missing? ``` ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libSystem.tbd' for architecture x86_64 ```

agreed this isn't a cmdstanpy issue, other than some mac users are hitting it via conda-forge `cmdstanpy`. transfer to CmdStan? or?

perhaps it's a problem with the version of XCode? cf this: https://stackoverflow.com/questions/9950783/xcode-c-library-location I don't know enough about conda to know why the call to clang++ fails because it can't find...