Skip to content

Regression in install_cmdstan from 0.9.77 to develop #499

@tillahoffmann

Description

@tillahoffmann

Summary:

Running install_cmdstan from the develop branch raises

Traceback (most recent call last):
  File "/usr/local/bin/install_cmdstan", line 8, in <module>
    sys.exit(main())
TypeError: main() missing 1 required positional argument: 'args'

Description:

Running install_cmdstan works as expected for 0.9.77.

$ docker run --rm -it python:3.8 bash -c 'pip install cmdstanpy==0.9.77 && install_cmdstan -h'
[help message]

But it fails for the develop branch (and similarly for the 1.0.0rc2 on pypi).

$ docker run --rm -it python:3.8 bash -c 'pip install git+https://github.com/stan-dev/cmdstanpy && install_cmdstan -h'
[TypeError, see details above]

Edit: fixed a few typos.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions