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
It looks that problem with space in path #36 (OSX) during installation is back on master branch. I tried to install it to laptop and got similar errors #36 during stan model compilation .
INFO : pickle-stan rpbp_models/nonperiodic/no-periodicity.stan /Users/tmargus/Library/Application Support/rpbp/rpbp_models/nonperiodic/no-periodicity.pkl
usage: pickle-stan [-h] stan out
pickle-stan: error: unrecognized arguments: Support/rpbp/rpbp_models/nonperiodic/no-periodicity.pkl
when adding " " resolves the problem
pickle-stan rpbp_models/nonperiodic/no-periodicity.stan '/Users/tmargus/Library/Application Support/rpbp/rpbp_models/nonperiodic/no-periodicity.pkl'
DIAGNOSTIC(S) FROM PARSER:
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_1c0d8baec383282006d5731a3770192a NOW.
Cheers,
Tonu
The text was updated successfully, but these errors were encountered:
Thanks for catching this. I tracked it back to a merge which included a lot of changes to setup.py, and I picked the wrong version to merge from for this bit :-/
It should be fixed now (on master). Please let me know how it works. Thanks.
Hi Brandon,
It looks that problem with space in path #36 (OSX) during installation is back on master branch. I tried to install it to laptop and got similar errors #36 during stan model compilation .
INFO : pickle-stan rpbp_models/nonperiodic/no-periodicity.stan /Users/tmargus/Library/Application Support/rpbp/rpbp_models/nonperiodic/no-periodicity.pkl
usage: pickle-stan [-h] stan out
pickle-stan: error: unrecognized arguments: Support/rpbp/rpbp_models/nonperiodic/no-periodicity.pkl
when adding " " resolves the problem
pickle-stan rpbp_models/nonperiodic/no-periodicity.stan '/Users/tmargus/Library/Application Support/rpbp/rpbp_models/nonperiodic/no-periodicity.pkl'
DIAGNOSTIC(S) FROM PARSER:
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
Warning (non-fatal): assignment operator <- deprecated in the Stan language; use = instead.
INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_1c0d8baec383282006d5731a3770192a NOW.
Cheers,
Tonu
The text was updated successfully, but these errors were encountered: