Skip to content
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

space in path #55

Closed
tmargus opened this issue Feb 21, 2017 · 3 comments
Closed

space in path #55

tmargus opened this issue Feb 21, 2017 · 3 comments

Comments

@tmargus
Copy link

tmargus commented Feb 21, 2017

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

@bmmalone
Copy link
Contributor

Hi Tonu,

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.

Have a good day,
Brandon

@tmargus
Copy link
Author

tmargus commented Feb 22, 2017

Hi Brandon,
Now its ok. Tested.
Cheers,
Tonu

@bmmalone
Copy link
Contributor

Thanks for checking it.

Have a good day,
Brandon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants