lindermanlab / ssm

Bayesian learning and inference for state space models
MIT License
540 stars 196 forks source link

installation error #144

Closed zhangyongheng78 closed 2 years ago

zhangyongheng78 commented 2 years ago

the following error was generated when I follow the installation steps. Could anyone help? Thanks!

ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /content

zhangyongheng78 commented 2 years ago

For colab users, do

''' !git clone https://github.com/lindermanlab/ssm %cd ssm !pip install numpy cython !pip install -e . '''