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

Trouble with cstats during installation #169

Open
Lucas97223 opened this issue Aug 23, 2024 · 0 comments
Open

Trouble with cstats during installation #169

Lucas97223 opened this issue Aug 23, 2024 · 0 comments

Comments

@Lucas97223
Copy link

Hi,
I am trying to install the ssm package on my windows 11, python 3.10.14. The installation succeeded but when I try to import(ssm) i get:

import ssm
Traceback (most recent call last):
File "", line 1, in
File "C:\Users...\ssm\ssm_init_.py", line 3, in
from .hmm import *
File "C:\Users...\ssm\ssm\hmm.py", line 8, in
from ssm.optimizers import adam_step, rmsprop_step, sgd_step, convex_combination
File "C:\Users...\ssm\ssm\optimizers.py", line 17, in
from ssm.primitives import solve_symm_block_tridiag
File "C:\Users...\ssm\ssm\primitives.py", line 10, in
from ssm.cstats import _blocks_to_bands_lower, _blocks_to_bands_upper,
ModuleNotFoundError: No module named 'ssm.cstats'

I tried to do this install on two different machines but i got the same problem. How should this be solved?
Thanks!

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

1 participant